修改中英文

This commit is contained in:
高嵩
2023-07-17 11:44:49 +08:00
parent f82b4d94f0
commit 878226b0a5
6 changed files with 25 additions and 12 deletions
+2 -2
View File
@@ -46,9 +46,9 @@
<!-- {{$t('languageSwitching')}}-->
语言/Language
</span>
<span class="lang" :class="{'langWeight':!checked}">Cn</span>
<span class="lang" :class="{'langWeight':!checked}">CN</span>
<van-switch @change="checkedChange" :loading="isLoading" v-model="checked"/>
<span class="lang" :class="{'langWeight':checked}">En</span>
<span class="lang" :class="{'langWeight':checked}">EN</span>
</div>
<van-tabbar v-model="active" @change="onChange">
<van-tabbar-item name="search" icon="search">{{$t('phoneSearch')}}</van-tabbar-item>
@@ -764,9 +764,9 @@
// return false
// }
if (val.roleCodeIndex == '0' || val.roleCodeIndex == '1') {
return true
} else {
return false
} else {
return true
}
},
isEditVerifi(val) {
@@ -777,9 +777,9 @@
// return false
// }
if (val.roleCodeIndex == '0' || val.roleCodeIndex == '1') {
return true
} else {
return false
} else {
return true
}
},
...mapGetters(['userInfo']),
@@ -2039,6 +2039,8 @@
contentList[i].verifyFlowStatus == 'Duty Person Rejected' ||
contentList[i].designFlowStatus == 'Duty Person Rejected') {
idList.push(contentList[i].id)
}else if(contentList[i].designFlowStatus == 'NA' || contentList[i].verifyFlowStatus == 'NA'){
} else {
detailedWarningList.push(
< div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
@@ -2912,7 +2914,9 @@
dataSource[i].designFlowStatus == 'Duty Person Rejected') {
idList.push(dataSource[i].id)
this.rowKeysSuccessList.push(dataSource[i])
} else {
} else if(dataSource[i].designFlowStatus == 'NA' || dataSource[i].verifyFlowStatus == 'NA'){
}else {
this.detailedWarningList.push(
< div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
}
@@ -2994,6 +2998,8 @@
}
// _this.startProcess(dataList[i], 2, this.requestsNum)
}
}else if(dataList[i].designFlowStatus == 'NA'){
} else {
_this.detailedWarningList.push(
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
@@ -3012,6 +3018,8 @@
}
// _this.startProcess(dataList[i], 4, this.requestsNum)
}
}else if(dataList[i].verifyFlowStatus == 'NA'){
} else {
_this.detailedWarningList.push(
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)