From 9723dbfcc268750e201c55626b7f0a7013bdca09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 14:53:55 +0800 Subject: [PATCH] fix 80200 --- src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue index b3831209..43ed5b24 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue @@ -116,7 +116,7 @@ export default { scopedSlots: { customRender: 'text' } }, { // 修改意见内容 - title: this.$t('workCenter.enStandardChange.revisedOpinionContent'), + title: this.$t('workCenter.standardConsultationProcess.reasonForRevision'), children: [ { // 修改前 title: this.$t('workCenter.enStandardChange.beforeUpdate'),