美国环境修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-12 18:07:31 +08:00
parent a78195fbca
commit 8a4674452f
4 changed files with 716 additions and 696 deletions
+703 -691
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 98 KiB

+2 -2
View File
@@ -23,7 +23,7 @@
>
<svg-icon
icon-class="login-bg"
style="width: 450px; height: 450px"
style="width: 90%; height: 90%"
v-if="NODE_ENV === 'usa'"
/>
<img src="@/assets/login-bg.png" v-else />
@@ -510,7 +510,7 @@ $light_gray: #606266;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
justify-content: flex-end;
}
}
.login-r {
@@ -372,7 +372,7 @@
<pagination class="page" :total="total" :page.sync="searchData.PageIndex" :limit.sync="searchData.PageSize" @pagination="getList" />
<el-dialog
v-if="ConfirmReReadingVisible"
title="驳回"
:title="$t('trials:rereadTrack:reject:title:reject')"
:visible.sync="ConfirmReReadingVisible"
width="600px"
append-to-body
@@ -764,8 +764,16 @@ export default {
})
},
confirmSign(type) {
const { HeavyReadingApproval } = const_.processSignature
const { HeavyReadingApproval } = const_.processSignature;
this.type = type
if(type === 2){
return this.$refs.reasonForm.validate(validate=>{
if(validate){
this.signCode = HeavyReadingApproval
this.signVisible = true
}
})
}
this.signCode = HeavyReadingApproval
this.signVisible = true
},