Compare commits

..

No commits in common. "baf80675c5e0e84b0cf13911583c72554d82587f" and "1e5d751cc2ef282d60e88d25a12b109972cf1003" have entirely different histories.

3 changed files with 244 additions and 250 deletions

View File

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

View File

@ -59,13 +59,6 @@
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.join('、 ')), '',{
this.$confirm(this.$t('trials:qcQuality:title:title1').replace('xxx', isgoList.toString()), '',{
showCancelButton: false
})
return