diff --git a/.env.development b/.env.development index 0819ca53..1795b787 100644 --- a/.env.development +++ b/.env.development @@ -35,6 +35,9 @@ VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$! # 是否开启文档签署验证 true:是 false:否 VUE_APP_WORD_FOR_PERMISSION = false +# 公司名称 +VUE_APP_COMPANY_NAME = "Extensive Imaging" + # dicom文件地址 VUE_APP_DICOM_PATH = 'https://zyypacs.oss-cn-shanghai.aliyuncs.com' diff --git a/.env.prod b/.env.prod index 9b2fc4e8..49d97ae9 100644 --- a/.env.prod +++ b/.env.prod @@ -29,6 +29,9 @@ VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$! # 是否开启文档签署验证 true:是 false:否 VUE_APP_WORD_FOR_PERMISSION = true +# 公司名称 +VUE_APP_COMPANY_NAME = "Extensive Imaging" + # dicom文件地址 # VUE_APP_DICOM_PATH = 'http://101.132.193.237:7080' VUE_APP_DICOM_PATH = 'https://zyypacs-prod.oss-cn-shanghai.aliyuncs.com' diff --git a/.env.uat b/.env.uat index e0ad567f..1f04b231 100644 --- a/.env.uat +++ b/.env.uat @@ -31,6 +31,9 @@ VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$! # 是否开启文档签署验证 true:是 false:否 VUE_APP_WORD_FOR_PERMISSION = true +# 公司名称 +VUE_APP_COMPANY_NAME = "Extensive Imaging" + # dicom文件地址 VUE_APP_DICOM_PATH = 'https://zyypacs-uat.oss-cn-shanghai.aliyuncs.com' diff --git a/.env.usa b/.env.usa index b076b647..833c876c 100644 --- a/.env.usa +++ b/.env.usa @@ -28,6 +28,9 @@ VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$! # 是否开启文档签署验证 true:是 false:否 VUE_APP_WORD_FOR_PERMISSION = true +# 公司名称 +VUE_APP_COMPANY_NAME = "Elevate Imaging" + # dicom文件地址 VUE_APP_DICOM_PATH = 'https://zyypacs-usa.oss-us-west-1.aliyuncs.com' diff --git a/package.json b/package.json index d568f644..21b0480e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "EICS", "version": "1.0.0", "scripts": { - "dev": "vue-cli-service serve --open", + "dev": "vue-cli-service serve --open --mode development", "build": "vue-cli-service build", "build:prod": "vue-cli-service build --mode prod", "build:uat": "vue-cli-service build --mode uat", diff --git a/src/main.js b/src/main.js index d5e5d04e..29ba2ca3 100644 --- a/src/main.js +++ b/src/main.js @@ -332,6 +332,7 @@ async function VueInit () { } const h = _vm.$createElement /* eslint-disable */ + window.VUE_APP_COMPANY_NAME = process.env.VUE_APP_COMPANY_NAME; waitOperate(eval(process.env.VUE_APP_LOGOUT_FOR_PERMISSION) ? () => { var lang = zzSessionStorage.getItem('lang')?zzSessionStorage.getItem('lang'):'zh' if ( _vm.$route.path === '/ReviewersResearchForm' || _vm.$route.path === '/ReviewersResearch' || _vm.$route.path === '/login' || _vm.$route.path === '/researchForm' || _vm.$route.path === '/researchLogin' || _vm.$route.path === '/email-recompose' || _vm.$route.path === '/recompose' || _vm.$route.path === '/resetpassword' || _vm.$route.path === '/error') { diff --git a/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue b/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue index 1f02ceca..1b159222 100644 --- a/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue +++ b/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue @@ -9,11 +9,13 @@ label-width="170px" @submit.native.prevent > -
- {{$t('trials:consistencyAnalysisRule:table:SiteCodeHistory')}} +
- {{ OtherInfo.VitrualSiteCode }} +
+ {{ OtherInfo.VitrualSiteCode }} + {{$t('trials:consistencyAnalysisRule:table:SiteCodeHistory')}} +
@@ -50,7 +52,7 @@ v-loading="loading" :data="list" stripe - min-height="300" + height="300" > diff --git a/src/views/trials/trials-panel/reading/mim-medical-audit/components/Conclusions.vue b/src/views/trials/trials-panel/reading/mim-medical-audit/components/Conclusions.vue index 265ce58d..8fdb2328 100644 --- a/src/views/trials/trials-panel/reading/mim-medical-audit/components/Conclusions.vue +++ b/src/views/trials/trials-panel/reading/mim-medical-audit/components/Conclusions.vue @@ -22,7 +22,7 @@ @change="isHaveQuestionChange" > diff --git a/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue b/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue index 2225a8ec..732b7fee 100644 --- a/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue +++ b/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue @@ -1,7 +1,8 @@ @@ -310,14 +316,14 @@
{{$t('trials:uploadDicomList:table:Existed')}}:
-
{{item}}
+
{{item}}
 
{{$t('trials:uploadDicomList:table:Uploaded')}}:
-
{{item}}
+
{{item}}
  @@ -325,7 +331,7 @@
{{$t('trials:uploadDicomList:table:Failed')}}:
-
{{item}}
+
{{item}}
  @@ -506,7 +512,7 @@