流程退回优化
parent
faaaf75726
commit
7780900fac
|
@ -2235,7 +2235,7 @@
|
||||||
<#if node.canRollback>
|
<#if node.canRollback>
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="am-btn am-btn-default am-btn-xs am-text-secondary"
|
class="am-btn am-btn-default am-btn-xs am-text-secondary"
|
||||||
onclick="openRollbackToRecordModal('${node.id}', '${node.procDefName}-${node.taskName}-${node.assigneeName}')">
|
onclick="openRollbackToRecordModal('${node.id}', '${node.procDefName}-${node.taskName}')">
|
||||||
退回
|
退回
|
||||||
</button>
|
</button>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Reference in New Issue