caiyiling 2026-05-08 11:39:30 +08:00
parent 64f0998896
commit 67d54aedb7
1 changed files with 1 additions and 1 deletions

View File

@ -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)" />