删除撤销流程功能
parent
24e1d142ca
commit
4aeaba32d3
|
@ -42,7 +42,7 @@
|
|||
<td>${list.candidateUsers!}</td>
|
||||
<td><#if list.endTime??>${list.endTime?datetime}</#if></td>
|
||||
<td>
|
||||
<#if !list.endTime??>
|
||||
<#--<#if !list.endTime??>
|
||||
<button type="button"
|
||||
class="am-btn am-btn-default am-btn-xs am-text-secondary"
|
||||
onclick="deleteProcIns('${list.procInsId}', '系统管理员撤销')">
|
||||
|
@ -50,7 +50,7 @@
|
|||
撤销流程
|
||||
</button>
|
||||
|
||||
</#if>
|
||||
</#if>-->
|
||||
|
||||
<button type="button"
|
||||
class="am-btn am-btn-default am-btn-xs am-text-secondary"
|
||||
|
|
Loading…
Reference in New Issue