Compare commits
No commits in common. "baf80675c5e0e84b0cf13911583c72554d82587f" and "1e5d751cc2ef282d60e88d25a12b109972cf1003" have entirely different histories.
baf80675c5
...
1e5d751cc2
|
@ -559,6 +559,7 @@ export default {
|
|||
showCancelButton: false,
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
|
||||
}).catch(() => {})
|
||||
e.stopImmediatePropagation()
|
||||
e.stopPropagation()
|
||||
|
|
|
@ -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')"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue