diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue index 7c678209..1e445054 100644 --- a/src/views/trials/trials-panel/visit/qc-check/index.vue +++ b/src/views/trials/trials-panel/visit/qc-check/index.vue @@ -345,14 +345,14 @@ @@ -360,7 +360,7 @@ :title="$t('trials:crcQuestion:button:replaceTask')" circle icon="el-icon-refresh" :disabled="scope.row.CurrentActionUserId === userId || scope.row.PreliminaryAuditUserId === userId || !scope.row.IsTake || - scope.row.AuditState * 1 > 6 + scope.row.AuditState * 1 > 6 || scope.row.IsImageBackApplying " @click="handleReplaceTask(scope.row)" /> @@ -369,7 +369,7 @@ ? scope.row.CurrentActionUserId !== userId : false) || !scope.row.IsTake || - scope.row.AuditState * 1 > 6 + scope.row.AuditState * 1 > 6 || scope.row.IsImageBackApplying " @click="handlePrimaryQC(scope.row)" /> @@ -380,7 +380,7 @@ ? scope.row.CurrentActionUserId !== userId : false) || !scope.row.IsTake || - scope.row.AuditState * 1 > 6 + scope.row.AuditState * 1 > 6 || scope.row.IsImageBackApplying " @click="handlePrimaryQC(scope.row)" /> @@ -391,7 +391,7 @@ !scope.row.IsTake || scope.row.AuditState * 1 > 6 || scope.row.CurrentActionUserId !== userId - " @click="handleSecondaryQC(scope.row)" /> + || scope.row.IsImageBackApplying" @click="handleSecondaryQC(scope.row)" />