From c88cb554cbd7e3f71dfecbd099db8a957c80615c Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Wed, 25 Mar 2026 09:02:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E8=AF=95=E9=AA=8C=E6=96=B9=E6=B3=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/business/study/studyMethod.js | 2 +- src/views/business/form/nonTrial/comp/syffList.vue | 10 ++++++++-- src/views/business/study/comp/syffList.vue | 10 ++++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/lang/en/business/study/studyMethod.js b/src/lang/en/business/study/studyMethod.js index 5cf34a1..6307c2f 100644 --- a/src/lang/en/business/study/studyMethod.js +++ b/src/lang/en/business/study/studyMethod.js @@ -19,7 +19,7 @@ export default { remark: 'Comment', ts: '', gbts: 'This method has been closed, no need to read!', - jcyd: '坚持阅读', + jcyd: 'Go Read', qyd:'Go Read', gb: 'Close', sfgb: 'Closed', diff --git a/src/views/business/form/nonTrial/comp/syffList.vue b/src/views/business/form/nonTrial/comp/syffList.vue index a8200cc..2edebda 100644 --- a/src/views/business/form/nonTrial/comp/syffList.vue +++ b/src/views/business/form/nonTrial/comp/syffList.vue @@ -199,11 +199,17 @@ export default { detail(row) { // 已关闭 if (row.status == 1) { - this.$modal.confirm(this.$t('page.business.study.studyMethod.gbts')).then(() => { + this.$confirm(this.$t('page.business.study.studyMethod.gbts'), this.$t('system.tip'), { + confirmButtonText: this.$t('page.business.study.studyMethod.jcyd'), + cancelButtonText: this.$t('form.cancel'), + type: 'warning' + }).then(() => { this.showDetail = true this.$emit('showDetail', this.showDetail) this.$refs.Xq.show(row) - }).catch(() => { }); + }).catch(() => { + + }); } else { this.showDetail = true this.$emit('showDetail', this.showDetail) diff --git a/src/views/business/study/comp/syffList.vue b/src/views/business/study/comp/syffList.vue index a8200cc..2edebda 100644 --- a/src/views/business/study/comp/syffList.vue +++ b/src/views/business/study/comp/syffList.vue @@ -199,11 +199,17 @@ export default { detail(row) { // 已关闭 if (row.status == 1) { - this.$modal.confirm(this.$t('page.business.study.studyMethod.gbts')).then(() => { + this.$confirm(this.$t('page.business.study.studyMethod.gbts'), this.$t('system.tip'), { + confirmButtonText: this.$t('page.business.study.studyMethod.jcyd'), + cancelButtonText: this.$t('form.cancel'), + type: 'warning' + }).then(() => { this.showDetail = true this.$emit('showDetail', this.showDetail) this.$refs.Xq.show(row) - }).catch(() => { }); + }).catch(() => { + + }); } else { this.showDetail = true this.$emit('showDetail', this.showDetail)