Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 10bac01371 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2026-05-08 11:39:40 +08:00
caiyiling 67d54aedb7 1 2026-05-08 11:39:30 +08:00
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)" />