质控换行bug
parent
97052452f3
commit
90202d9a0d
|
@ -559,7 +559,6 @@ export default {
|
|||
showCancelButton: false,
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
|
||||
}).catch(() => {})
|
||||
e.stopImmediatePropagation()
|
||||
e.stopPropagation()
|
||||
|
|
|
@ -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')"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue