资料关闭完成

This commit is contained in:
2026-09-17 13:25:39 +08:00
parent 79ab4b9b9f
commit 4b31fbc3f1
13 changed files with 1455 additions and 68 deletions
+1
View File
@@ -384,6 +384,7 @@ onMounted(() => {
<div v-if="c.status === 'APPROVING'" class="flex gap-1.5">
<NButton class="text-xs" text type="primary" @click="openDetail(c,'detail')">详情</NButton>
<NButton class="text-xs" text type="warning" @click="openProgress(c)">进度</NButton>
<!-- <NButton class="text-xs" text type="primary" @click="openDisposal(c)">处置申请</NButton> -->
<NButton class="text-xs" text type="error" @click="openWithdraw(c)">撤回</NButton>
</div>
<!-- 审批通过 -->