禅道bug修复

This commit is contained in:
马三炮 2025-07-16 13:35:19 +08:00
parent 6ddf94564b
commit 150501f6c4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
size="mini"
style="color: #f56c6c"
@click="handleRectify(scope.row, 1)"
v-if="scope.row.intoStatus == '1' && scope.row.checkUserId && scope.row.checkUserId.includes(userId)"
v-if="(scope.row.intoStatus == '1' || scope.row.intoStatus == '2') && scope.row.checkUserId && scope.row.checkUserId.includes(userId)"
>
审批
</el-button>