Compare commits
No commits in common. "10bac0137140bb8b8f9de66bc4a1ef469f214229" and "1a21aa38f3e85449a8e9ef1de8ad89f660e8089e" have entirely different histories.
10bac01371
...
1a21aa38f3
|
|
@ -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-delete" :disabled="scope.row.IsCRCUpload ||
|
||||
:title="$t('trials:readingPeriod:cd:action:delete')" icon="el-icon-refresh" :disabled="scope.row.IsCRCUpload ||
|
||||
scope.row.IsSign ||
|
||||
scope.row.UploadRole === 0
|
||||
" @click="handleDelete(scope.row)" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue