From 129548031c4114a2fbfdb0fc3ecbb34ec950dfdf Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 13 Feb 2025 10:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=B8=8A=E4=BC=A0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/visit/crc-upload/index.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue index 725cefbb..52a22490 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/index.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue @@ -322,12 +322,11 @@ >{{ $t('trials:crcUpload:label:dicom') }}: {{ scope.row.DicomStudyCount }}, - 0 - " - > + "--> + {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }}, @@ -337,10 +336,10 @@ {{ scope.row.IsHaveClinicalData ? 'w/' : 'w/o' }} - {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }} + > --> {{ @@ -1682,7 +1681,7 @@ export default { this.searchData.SubjectInfo = this.$route.query.subjectCode changeURLStatic('subjectCode', '') } - + if (this.$route.query.trialSiteId) { this.searchData.TrialSiteId = this.$route.query.trialSiteId changeURLStatic('trialSiteId', '')