feat(bpm): 隐藏流程实例详情中的转办和加签按钮

- 注释掉了任务转办功能按钮
- 注释掉了任务加签功能按钮
-保留了其他操作按钮的功能逻辑
This commit is contained in:
2025-10-27 11:42:55 +08:00
parent bc9fd221a5
commit 5a1567dc34

View File

@@ -41,6 +41,7 @@
<Icon icon="ep:close" />
不通过
</el-button>
<!--
<el-button type="primary" @click="openTaskUpdateAssigneeForm(item.id)">
<Icon icon="ep:edit" />
转办
@@ -53,6 +54,7 @@
<Icon icon="ep:plus" />
加签
</el-button>
-->
<el-button type="warning" @click="handleBack(item)">
<Icon icon="ep:back" />
回退