uat_us
caiyiling 2024-02-23 13:00:52 +08:00
commit f0dd5398c8
12 changed files with 8 additions and 16 deletions

View File

@ -2,7 +2,7 @@
ENV = 'production'
NODE_ENV = 'production'
# base public path
VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-02-16/'
VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-02-22/'
# 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
src/assets/zzlogo4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -33,7 +33,7 @@
<el-table-column prop="ModuleTypeValueCN" label="模块" show-overflow-tooltip align="left" min-width="230px" />
<el-table-column prop="Description" label="操作名称" :show-overflow-tooltip="true" min-width="200px">
<template slot-scope="scope">
<span>{{ scope.row.Description }}{{scope.row.DescriptionCN}}</span>
<span>{{ scope.row.DescriptionCN }}{{scope.row.Description}}</span>
</template>
</el-table-column>
<el-table-column prop="DescriptionCN" label="其他" :show-overflow-tooltip="true" min-width="140px">

View File

@ -7,7 +7,7 @@
<div class="login-l">
<div class="login-logo">
<img v-if="language === 'zh'" src="@/assets/zzlogo2.png" alt="">
<img v-else src="@/assets/zzlogo3.png" alt="">
<img v-else src="@/assets/zzlogo4.png" alt="">
</div>
<div class="login-image">
<img src="@/assets/login-bg.png">

View File

@ -46,7 +46,7 @@ export default {
this.$updateDictionary()
console.log(Vue)
this.$upload()
// window.location.reload()
window.location.reload()
}
}
}

View File

@ -2,7 +2,7 @@
<div class="trials-navbar" style="position: relative">
<div class="leftMenu">
<img v-if="language === 'zh'" src="@/assets/zzlogo2.png" alt="">
<img v-else src="@/assets/zzlogo3.png" alt="">
<img v-else src="@/assets/zzlogo4.png" alt="">
<span>
<!-- 中心影像系统EICS -->
{{ $t('trials:trials:title:eics') }}

View File

@ -100,7 +100,7 @@
<el-form-item label="" style="position: relative" prop="VerificationCode">
<el-input v-model="userForm.VerificationCode" :placeholder="$t('trials:researchForm:form:verifyCode')"/>
<!-- 修改 -->
<el-button :disabled="!userForm.EMail || !userForm.VerificationCode || sendDisabled" class="saveBtn" type="primary" size="small" @click="setNewEmail">
<el-button :disabled="!userForm.EMail || !userForm.VerificationCode" class="saveBtn" type="primary" size="small" @click="setNewEmail">
{{ $t('trials:trials-myinfo:button:update') }}
</el-button>
</el-form-item>

View File

@ -155,11 +155,6 @@
{{ $t('common:button:reset') }}
</el-button>
</el-form-item>
<el-form-item>
<el-button type="primary" icon="el-icon-download" @click="handleReset">
{{ $t('common:button:export') }}
</el-button>
</el-form-item>
<!--导出-->
</el-form>
</div>

View File

@ -440,7 +440,7 @@
custom-class="base-dialog-wrapper"
>
<el-table
v-adaptive="{bottomOffset:300}"
v-adaptive="{bottomOffset:20}"
v-loading="loading"
:data="list2"
stripe

View File

@ -304,21 +304,18 @@
<div v-if="lookText.Failed.length">
<div v-for="item of lookText.Failed">{{item}}</div>
</div>
<div v-else></div>
</div>
<div style="margin-bottom: 10px;font-size:12px">
<div style="font-size: 14px;margin-bottom: 5px">{{$t('trials:uploadDicomList:table:Existed')}}</div>
<div v-if="lookText.Existed.length">
<div v-for="item of lookText.Existed">{{item}}</div>
</div>
<div v-else></div>
</div>
<div style="margin-bottom: 10px;font-size:12px">
<div style="font-size: 14px;margin-bottom: 5px">{{$t('trials:uploadDicomList:table:Uploaded')}}</div>
<div v-if="lookText.Uploaded.length">
<div v-for="item of lookText.Uploaded">{{item}}</div>
</div>
<div v-else></div>
</div>
</div>
<div slot="footer" class="dialog-footer">

View File

@ -241,7 +241,7 @@
<form id="inputForm" ref="uploadForm">
<el-divider content-position="left">{{ $t('trials:uploadNonDicoms:label:fileType') }}</el-divider>
<div class="form-group">
<div class="upload">
<div class="upload" style="margin-right: 10px">
<input multiple="multiple" webkitdirectory="" directory accept="*/*" type="file" name="uploadFolder" class="select-file" title="" @change="beginScanFiles($event)">
<div class="btn-select">
{{ $t('trials:uploadNonDicoms:button:selectFolder') }}