main
parent
64f0998896
commit
67d54aedb7
|
|
@ -139,7 +139,7 @@
|
|||
<!-- 删除 -->
|
||||
<el-button v-if="clinicalType === '1' && type !== 'consistencyAnalysis'"
|
||||
v-hasPermi="['trials:trials-panel:subject:readingPeriod:edit']" circle
|
||||
:title="$t('trials:readingPeriod:cd:action:delete')" icon="el-icon-refresh" :disabled="scope.row.IsCRCUpload ||
|
||||
:title="$t('trials:readingPeriod:cd:action:delete')" icon="el-icon-delete" :disabled="scope.row.IsCRCUpload ||
|
||||
scope.row.IsSign ||
|
||||
scope.row.UploadRole === 0
|
||||
" @click="handleDelete(scope.row)" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue