1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
98a3f9c5b5
commit
ef08a5277d
|
|
@ -36,8 +36,8 @@
|
||||||
hasPermi(['trials:trials-panel:subject:readingPeriod:edit']) &&
|
hasPermi(['trials:trials-panel:subject:readingPeriod:edit']) &&
|
||||||
clinicalType === '1' &&
|
clinicalType === '1' &&
|
||||||
type !== 'consistencyAnalysis'
|
type !== 'consistencyAnalysis'
|
||||||
" type="primary" icon="el-icon-download" size="small" :disabled="clinicalDatas.length <= 0"
|
" type="primary" icon="el-icon-download" size="small"
|
||||||
@click="downLoadTemplate">
|
:disabled="clinicalDatas.filter(item => item.Path).length <= 0" @click="downLoadTemplate">
|
||||||
{{ $t('trials:readingPeriod:cd:title:downLoadTemplate') }}
|
{{ $t('trials:readingPeriod:cd:title:downLoadTemplate') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button v-if="
|
<el-button v-if="
|
||||||
|
|
@ -132,8 +132,8 @@
|
||||||
<!-- 编辑 -->
|
<!-- 编辑 -->
|
||||||
<el-button v-hasPermi="['trials:trials-panel:subject:readingPeriod:edit']" v-if="clinicalType === '1'"
|
<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 ||
|
circle :title="$t('trials:readingPeriod:cd:title:cdCheck')" icon="el-icon-s-claim" :disabled="(scope.row.IsCRCUpload ||
|
||||||
scope.row.IsSign ||
|
scope.row.IsSign ||
|
||||||
scope.row.UploadRole === 0) &&
|
scope.row.UploadRole === 0) &&
|
||||||
scope.row.ReadingClinicalDataState !== 2
|
scope.row.ReadingClinicalDataState !== 2
|
||||||
" @click="handleVerification(scope.row, 'confirm')" />
|
" @click="handleVerification(scope.row, 'confirm')" />
|
||||||
<!-- 删除 -->
|
<!-- 删除 -->
|
||||||
|
|
@ -274,9 +274,9 @@
|
||||||
<!-- 编辑 -->
|
<!-- 编辑 -->
|
||||||
<el-button v-hasPermi="['trials:trials-panel:subject:readingPeriod:edit']" circle
|
<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 ||
|
:title="$t('trials:readingPeriod:cd:title:cdCheck')" icon="el-icon-s-claim" :disabled="(scope.row.IsCRCUpload ||
|
||||||
scope.row.IsSign ||
|
scope.row.IsSign ||
|
||||||
scope.row.UploadRole === 0 ||
|
scope.row.UploadRole === 0 ||
|
||||||
type === 'consistencyAnalysis') &&
|
type === 'consistencyAnalysis') &&
|
||||||
scope.row.ReadingClinicalDataState !== 2
|
scope.row.ReadingClinicalDataState !== 2
|
||||||
" @click="handleVerification(scope.row, 'confirm')" />
|
" @click="handleVerification(scope.row, 'confirm')" />
|
||||||
<!-- 删除 -->
|
<!-- 删除 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue