This commit is contained in:
2025-08-14 16:41:39 +08:00
8 changed files with 259 additions and 124 deletions

View File

@ -106,7 +106,7 @@
link
type="primary"
icon="View"
v-if="scope.row.auditStatus != 'draft' && scope.row.auditStatus != 'finish'"
v-if="scope.row.auditStatus != 'draft'"
@click="handleAuditView(scope.row)"
v-hasPermi="['out:monthPlan:remove']"
>查看流程</el-button