复核图标变更
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-07-22 17:20:19 +08:00
parent c03e85ff22
commit bdfef06b5f
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@
<!--复核 -->
<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-outline"
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit"
:disabled="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)) -->