Compare commits

..

No commits in common. "b8b876c0c946de83639ef031d155025ebe6abee7" and "24e7b30b7ef0834f20ee724df8027d110cfffbd2" have entirely different histories.

4 changed files with 7 additions and 8 deletions

View File

@ -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-17/'
VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-12/'
# 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = true

View File

@ -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-17/'
VUE_APP_BASE_PATH = 'https://ei-med-s3-code.s3.amazonaws.com/2024-07-11/'
# 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = true

View File

@ -85,13 +85,13 @@
sortable="custom"
show-overflow-tooltip
/>
<!-- <el-table-column
<el-table-column
:label="$t('trials:loginLog:table:IPRegion')"
prop="IPRegion"
min-width="120"
show-overflow-tooltip
sortable="custom"
/> -->
/>
<el-table-column
:label="$t('system:loginLog:table:LoginFaildName')"
prop="LoginFaildName"

View File

@ -59,7 +59,7 @@
:show-close="false"
>
<span slot="title" class="dialog-footer">
{{ $t('trials:reading:noneDicom:tip:hasCllinicalData') }}
当前阅片任务存在临床数据请查看若已查看请点击确认
</span>
<div :style="{'height':dialogH,'margin':0}">
<ClinicalData
@ -70,7 +70,7 @@
</div>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="handleConfirmCD">{{$t("common:button:confirm")}}</el-button>
<el-button type="primary" @click="handleConfirmCD"></el-button>
</span>
</el-dialog>
@ -136,8 +136,7 @@ export default {
this.readingTool = this.$router.currentRoute.query.readingTool
this.isNewSubject = this.$router.currentRoute.query.isNewSubject
if (this.isNewSubject && this.isReadingTaskViewInOrder) {
let message = this.$t('trials:reading:noneDicom:message:startRead').replace("xxx",this.subjectCode);
this.$message.success(message)
this.$message.success(`已开始受试者${this.subjectCode}阅片任务`)
changeURLStatic('isNewSubject', '')
}
if (this.$router.currentRoute.query.TokenKey) {