trials:reading:warnning:msg14 国际化修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-16 16:42:09 +08:00
parent 214fb4d5ec
commit 5ebae2c4f1
10 changed files with 10 additions and 0 deletions

View File

@ -497,6 +497,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName)
msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -744,6 +744,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', qs.QuestionName)
msg = msg.replace('xxx', qs.MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -618,6 +618,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName)
msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -883,6 +883,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', qs.QuestionName)
msg = msg.replace('xxx', qs.MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -397,6 +397,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName)
msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -658,6 +658,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', qs.QuestionName)
msg = msg.replace('xxx', qs.MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -480,6 +480,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', this.tableQuestions[idx].QuestionName)
msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -639,6 +639,7 @@ export default {
let msg = this.$t('trials:reading:warnning:msg14')
// msg = msg.replace('xxx', qs.QuestionName)
msg = msg.replace('xxx', qs.MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -437,6 +437,7 @@ export default {
if (idx > -1 && !!this.tableQuestions[idx].MaxQuestionCount && this.tableQuestions[idx].MaxQuestionCount <= this.tableQuestions[idx].TableQuestions.Answers.length) {
let msg = this.$t('trials:reading:warnning:msg14')
msg = msg.replace('xxx', this.tableQuestions[idx].MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,

View File

@ -611,6 +611,7 @@ export default {
if (!!qs.MaxQuestionCount && qs.MaxQuestionCount <= qs.TableQuestions.Answers.length) {
let msg = this.$t('trials:reading:warnning:msg14')
msg = msg.replace('xxx', qs.MaxQuestionCount)
msg = msg.replace('yyy', this.$fd('CriterionType', this.CriterionType))
this.$confirm(msg, {
type: 'warning',
showCancelButton: false,