diff --git a/.env.usa b/.env.usa index 06df05fe..99a61943 100644 --- a/.env.usa +++ b/.env.usa @@ -2,7 +2,7 @@ ENV = 'usa' NODE_ENV = 'usa' # base public path -VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-12/' +VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-17/' # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = true diff --git a/.env.usa_prod b/.env.usa_prod index 5a6ac5da..47554665 100644 --- a/.env.usa_prod +++ b/.env.usa_prod @@ -2,7 +2,7 @@ ENV = 'usa' NODE_ENV = 'usa' # base public path -VUE_APP_BASE_PATH = 'https://ei-med-s3-code.s3.amazonaws.com/2024-07-11/' +VUE_APP_BASE_PATH = 'https://ei-med-s3-code.s3.amazonaws.com/2024-07-17/' # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = true diff --git a/src/views/system/login-log/index.vue b/src/views/system/login-log/index.vue index 9d96ecb7..4ce9fb43 100644 --- a/src/views/system/login-log/index.vue +++ b/src/views/system/login-log/index.vue @@ -85,13 +85,13 @@ sortable="custom" show-overflow-tooltip /> - + /> --> - 当前阅片任务存在临床数据,请查看。若已查看,请点击“确认” + {{ $t('trials:reading:noneDicom:tip:hasCllinicalData') }}
- 确认 + {{$t("common:button:confirm")}} @@ -136,7 +136,8 @@ export default { this.readingTool = this.$router.currentRoute.query.readingTool this.isNewSubject = this.$router.currentRoute.query.isNewSubject if (this.isNewSubject && this.isReadingTaskViewInOrder) { - this.$message.success(`已开始受试者${this.subjectCode}阅片任务`) + let message = this.$t('trials:reading:noneDicom:message:startRead').replace("xxx",this.subjectCode); + this.$message.success(message) changeURLStatic('isNewSubject', '') } if (this.$router.currentRoute.query.TokenKey) {