1
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
0c040719b0
commit
ef489552ea
|
@ -345,7 +345,7 @@
|
||||||
<el-button v-if="scope.row.SecondReviewState === 1 && scope.row.AuditState * 1 === 8"
|
<el-button v-if="scope.row.SecondReviewState === 1 && scope.row.AuditState * 1 === 8"
|
||||||
v-hasPermi="['trials:trials-panel:visit:qc-check:reviewTask']"
|
v-hasPermi="['trials:trials-panel:visit:qc-check:reviewTask']"
|
||||||
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit"
|
:title="$t('trials:qcCheck:button:reviewTask')" circle icon="el-icon-edit"
|
||||||
:disabled="(scope.row.PreliminaryAuditUserId && scope.row.PreliminaryAuditUserId !== userId) || scope.row.IsImageBackApplying"
|
:disabled="(scope.row.CurrentActionUserId && scope.row.CurrentActionUserId !== userId) || scope.row.IsImageBackApplying"
|
||||||
@click="reviewTask(scope.row)" />
|
@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)) -->
|
<!-- ((scope.row.AuditState*1 === 3 || scope.row.AuditState*1 === 5)) ||(!scope.row.IsTake && (scope.row.AuditState*1 === 4 || scope.row.AuditState*1 === 6)) -->
|
||||||
|
|
Loading…
Reference in New Issue