复核按钮显示判断
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-07-16 17:39:33 +08:00
parent edf1377374
commit 10b8cc6a5e
1 changed files with 3 additions and 3 deletions

View File

@ -341,10 +341,10 @@
<template slot-scope="scope">
<div v-if="scope.row.AuditState * 1 >= 3">
<!--复核 -->
<el-button v-if="scope.row.SecondReviewState === 1"
<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" :disabled="scope.row.IsImageBackApplying
" @click="reviewTask(scope.row)" />
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit-outline"
: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)) -->
<el-button v-hasPermi="['trials:trials-panel:visit:qc-check:receive']"