This commit is contained in:
吴红兵
2026-03-05 09:37:01 +08:00
parent cc9e0a1022
commit bff8907f88
3 changed files with 54 additions and 13 deletions

View File

@@ -261,7 +261,7 @@
<!-- 需求部门/内审部门操作按钮 -->
<el-button v-if="canSubmitToAsset" type="primary" @click="handleSubmitToAsset">提交至资产管理处</el-button>
<!-- 通用操作按钮 -->
<el-button v-if="canReturn" type="warning" @click="handleReturn">退回修改</el-button>
<el-button v-if="canReturn" type="primary" @click="handleReturn">提交招标代理</el-button>
<el-button v-if="canComplete" type="success" @click="handleComplete">确认流程结束</el-button>
<el-button @click="handleClose">关闭</el-button>
</div>