复核按钮添加置灰条件
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-07-23 13:48:45 +08:00
parent bdfef06b5f
commit 0c040719b0
1 changed files with 2 additions and 1 deletions

View File

@ -345,7 +345,8 @@
<el-button v-if="scope.row.SecondReviewState === 1 && scope.row.AuditState * 1 === 8"
v-hasPermi="['trials:trials-panel:visit:qc-check:reviewTask']"
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit"
:disabled="scope.row.IsImageBackApplying" @click="reviewTask(scope.row)" />
:disabled="(scope.row.PreliminaryAuditUserId && scope.row.PreliminaryAuditUserId !== userId) || scope.row.IsImageBackApplying"
@click="reviewTask(scope.row)" />
<!-- 领取 -->
<!-- ((scope.row.AuditState*1 === 3 || scope.row.AuditState*1 === 5)) ||(!scope.row.IsTake && (scope.row.AuditState*1 === 4 || scope.row.AuditState*1 === 6)) -->
<el-button v-hasPermi="['trials:trials-panel:visit:qc-check:receive']"