magician 发表于 2023-7-21 08:32:14

添加了流程记录格式里添加了脚本无法全覆盖

我在流程表单中中添加了流程记录控件,选择了默认样式,在格式中写了个脚本来自定义显示样子,但是遇到一个问题就是最后那一条正在处理的 无法进入我写的格式中,这个是需要怎么设置?




格式中的脚本代码如下:

</table>


<style>
    .titfont {

font-family: 微软雅黑;
font-size: 16px;
font-weight: none;
text-align:center;
color: black;
/* background: url(../images/ico3.gif) no-repeat 15px center; */
background-color:#ffffff;
}
</style>
<table>
    <thead>
    <table width="auto" border="0" cellspacing="1" cellpadding="4" bgcolor="#cccccc" class="tabtop13" align="center">
<tr>
    <td width="14%" class="btbg font-center titfont" >{person}</td>
    <td width="14%" class="btbg font-center titfont" >{department}</td>
    <!-- <td width="14%" class="btbg font-center titfont" >{startTime}</td> -->
    <td width="14%" class="btbg font-center titfont">{time}</td>
    <td width="14%" class="btbg font-center titfont">{route}    {opinion}</td>
    <td width="14%" class="btbg font-center titfont">{next}</td>
</tr>
    </thead>
</table>




下图红框圈出部分是当前流程所处的最新一条记录,无法进入我设置的格式中



论坛管理员 发表于 2023-7-21 09:37:03

正在处理是没办法修改样式的,您可以右侧属性区域配置隐藏掉正在处理的这一条记录
页: [1]
查看完整版本: 添加了流程记录格式里添加了脚本无法全覆盖