提示文字修改
parent
4179a8c16d
commit
6fe0776908
|
@ -245,7 +245,7 @@ public class ActTaskDefService {
|
|||
}
|
||||
|
||||
if (StringUtils.isNotBlank(actHisTask.getDeleteReason())) {
|
||||
actHisTask.setComments("【驳回】" + actHisTask.getComments());
|
||||
actHisTask.setComments("【审核不通过】" + actHisTask.getComments());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
<span></span>
|
||||
</div>
|
||||
<div class="time-axis-title"> ${node.roleName}-${node.assigneeName}:
|
||||
<#if node.taskIndex!=2 && node.taskStatus==2>审批通过</#if>
|
||||
<#if node.taskIndex!=2 && node.taskStatus==3>审批不通过</#if>
|
||||
<#if node.taskIndex!=2 && node.taskStatus==2>审核通过</#if>
|
||||
<#if node.taskIndex!=2 && node.taskStatus==3>审核不通过</#if>
|
||||
</div>
|
||||
<div class="time-axis-title">
|
||||
${node.taskComment}
|
||||
|
|
Loading…
Reference in New Issue