feat(bpm): 隐藏流程实例详情中的转办和加签按钮
- 注释掉了任务转办功能按钮 - 注释掉了任务加签功能按钮 -保留了其他操作按钮的功能逻辑
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
<Icon icon="ep:close" />
|
<Icon icon="ep:close" />
|
||||||
不通过
|
不通过
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<!--
|
||||||
<el-button type="primary" @click="openTaskUpdateAssigneeForm(item.id)">
|
<el-button type="primary" @click="openTaskUpdateAssigneeForm(item.id)">
|
||||||
<Icon icon="ep:edit" />
|
<Icon icon="ep:edit" />
|
||||||
转办
|
转办
|
||||||
@@ -53,6 +54,7 @@
|
|||||||
<Icon icon="ep:plus" />
|
<Icon icon="ep:plus" />
|
||||||
加签
|
加签
|
||||||
</el-button>
|
</el-button>
|
||||||
|
-->
|
||||||
<el-button type="warning" @click="handleBack(item)">
|
<el-button type="warning" @click="handleBack(item)">
|
||||||
<Icon icon="ep:back" />
|
<Icon icon="ep:back" />
|
||||||
回退
|
回退
|
||||||
|
|||||||
Reference in New Issue
Block a user