trials:reading:warnning:msg14 国际化修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
214fb4d5ec
commit
5ebae2c4f1
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue