质控换行bug

uat_us
熊飞 2024-01-29 16:39:01 +08:00
parent 97052452f3
commit 90202d9a0d
3 changed files with 250 additions and 244 deletions

View File

@ -559,7 +559,6 @@ export default {
showCancelButton: false,
type: 'warning'
}).then(() => {
}).catch(() => {})
e.stopImmediatePropagation()
e.stopPropagation()

View File

@ -59,6 +59,13 @@
sortable="custom"
min-width="120"
/>
<el-table-column
prop="AliasName"
:label="$t('trials:customSite:form:AliasName')"
show-overflow-tooltip
sortable="custom"
min-width="120"
/>
<el-table-column
prop="Country"
:label="$t('trials:customSite:form:country')"

View File

@ -1331,7 +1331,7 @@ export default {
})
if (!isgo) {
// `${isgoList.toString()}`
this.$confirm(this.$t('trials:qcQuality:title:title1').replace('xxx', isgoList.toString()), '',{
this.$confirm(this.$t('trials:qcQuality:title:title1').replace('xxx', isgoList.join('、 ')), '',{
showCancelButton: false
})
return