工作台待办任务换行

uat_us
熊飞 2024-03-08 17:17:02 +08:00
parent 5d113f128f
commit 451fa0078d
1 changed files with 2 additions and 0 deletions

View File

@ -403,6 +403,7 @@ export default {
data.isReading = true
}
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, {
distinguishCancelAndClose: true,
type: 'warning'
@ -430,6 +431,7 @@ export default {
data.isDeleted = true
}
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, {
distinguishCancelAndClose: true,
type: 'warning'