[update] 年度制修订-标准化发起流程去掉批量驳回按钮

This commit is contained in:
lideqin
2024-01-12 13:43:00 +08:00
parent 038e7d3554
commit 88177b0545
@@ -2,10 +2,10 @@
<div>
<!-- 操作区域 -->
<div class="table-operator">
<!-- 批量驳回 todo批量驳回和流程底部按钮的驳回有什么区别 -->
<a-button icon="close" type="primary" ghost @click="batchReject">
{{ $t('batchReject') }}
</a-button>
<!-- 批量驳回 -->
<!--<a-button icon="close" type="primary" ghost @click="batchReject">-->
<!-- {{ $t('batchReject') }}-->
<!--</a-button>-->
<!-- 批量设置审批人 -->
<a-button icon="setting" type="primary" ghost @click="batchSetApprover">
{{ $t('workCenter.revisionPlanActivelyReport.batchSetApprover') }}