1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-06 13:46:30 +08:00
parent 98a3f9c5b5
commit ef08a5277d
1 changed files with 7 additions and 7 deletions

View File

@ -36,8 +36,8 @@
hasPermi(['trials:trials-panel:subject:readingPeriod:edit']) &&
clinicalType === '1' &&
type !== 'consistencyAnalysis'
" type="primary" icon="el-icon-download" size="small" :disabled="clinicalDatas.length <= 0"
@click="downLoadTemplate">
" type="primary" icon="el-icon-download" size="small"
:disabled="clinicalDatas.filter(item => item.Path).length <= 0" @click="downLoadTemplate">
{{ $t('trials:readingPeriod:cd:title:downLoadTemplate') }}
</el-button>
<el-button v-if="
@ -132,8 +132,8 @@
<!-- 编辑 -->
<el-button v-hasPermi="['trials:trials-panel:subject:readingPeriod:edit']" v-if="clinicalType === '1'"
circle :title="$t('trials:readingPeriod:cd:title:cdCheck')" icon="el-icon-s-claim" :disabled="(scope.row.IsCRCUpload ||
scope.row.IsSign ||
scope.row.UploadRole === 0) &&
scope.row.IsSign ||
scope.row.UploadRole === 0) &&
scope.row.ReadingClinicalDataState !== 2
" @click="handleVerification(scope.row, 'confirm')" />
<!-- 删除 -->
@ -274,9 +274,9 @@
<!-- 编辑 -->
<el-button v-hasPermi="['trials:trials-panel:subject:readingPeriod:edit']" circle
:title="$t('trials:readingPeriod:cd:title:cdCheck')" icon="el-icon-s-claim" :disabled="(scope.row.IsCRCUpload ||
scope.row.IsSign ||
scope.row.UploadRole === 0 ||
type === 'consistencyAnalysis') &&
scope.row.IsSign ||
scope.row.UploadRole === 0 ||
type === 'consistencyAnalysis') &&
scope.row.ReadingClinicalDataState !== 2
" @click="handleVerification(scope.row, 'confirm')" />
<!-- 删除 -->