提示文字修改

master
pengqiang 2021-11-19 16:48:47 +08:00
parent 4179a8c16d
commit 6fe0776908
2 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ public class ActTaskDefService {
}
if (StringUtils.isNotBlank(actHisTask.getDeleteReason())) {
actHisTask.setComments("【驳回】" + actHisTask.getComments());
actHisTask.setComments("【审核不通过】" + actHisTask.getComments());
}
}

View File

@ -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}