工作台待办任务换行
parent
5d113f128f
commit
451fa0078d
|
@ -403,6 +403,7 @@ export default {
|
||||||
data.isReading = true
|
data.isReading = true
|
||||||
}
|
}
|
||||||
var message = this.$t('trials:audit:message:changeSeriesStatus').replace('xxx', statusStr)
|
var message = this.$t('trials:audit:message:changeSeriesStatus').replace('xxx', statusStr)
|
||||||
|
message = this.$t('trials:audit:message:changeSeriesStatus').replace('yyy', this.$fd('YesOrNo', data.isReading))
|
||||||
this.$confirm(message, {
|
this.$confirm(message, {
|
||||||
distinguishCancelAndClose: true,
|
distinguishCancelAndClose: true,
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
|
@ -430,6 +431,7 @@ export default {
|
||||||
data.isDeleted = true
|
data.isDeleted = true
|
||||||
}
|
}
|
||||||
var message = this.$t('trials:audit:message:changeSeriesStatus').replace('xxx', statusStr)
|
var message = this.$t('trials:audit:message:changeSeriesStatus').replace('xxx', statusStr)
|
||||||
|
message = this.$t('trials:audit:message:changeSeriesStatus').replace('yyy', this.$fd('YesOrNo', data.isDeleted))
|
||||||
this.$confirm(message, {
|
this.$confirm(message, {
|
||||||
distinguishCancelAndClose: true,
|
distinguishCancelAndClose: true,
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
|
|
Loading…
Reference in New Issue