复核按钮显示判断
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
edf1377374
commit
10b8cc6a5e
|
@ -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']"
|
||||
|
|
Loading…
Reference in New Issue