chore: 审批终止/驳回

This commit is contained in:
dap
2024-12-17 09:06:46 +08:00
parent 4b41f8d9dc
commit 06f76bea0a
5 changed files with 179 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ async function handleCardClick(item: TaskInfo) {
</div>
</div>
</div>
<ApprovalPanel :task="currentTask" type="readonly" />
<ApprovalPanel :task="currentTask" type="approve" />
</div>
</Page>
</template>