From 9906f4467729740472539d97ae6cb0a3a3c96da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Tue, 20 Feb 2024 11:44:34 +0800 Subject: [PATCH] =?UTF-8?q?Go=20to=20next=20document=3F=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/attachments/self-attachment/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/attachments/self-attachment/index.vue b/src/views/trials/trials-panel/attachments/self-attachment/index.vue index 481cca23..cff606da 100644 --- a/src/views/trials/trials-panel/attachments/self-attachment/index.vue +++ b/src/views/trials/trials-panel/attachments/self-attachment/index.vue @@ -323,7 +323,7 @@ export default { closeSignDialog(isSave) { this.signVisible = false if (isSave) { - this.$confirm('Go to next document?').then(res => { + this.$confirm(this.$t('trials:self-attachment:message:nextDocument')).then(res => { getNextUnSignDocument({ TrialId: this.trialId }).then(res => {