From 04e1a21e87dea9464f2b6564b9d260dc4a9ba3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 5 Dec 2023 15:38:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../businessSupport/askForAdvice/AskForAdviceDetail.vue | 3 ++- .../businessSupport/askForAdvice/AskForAdviceList.vue | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue index 4d305ed2..268bb87a 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue @@ -35,6 +35,7 @@ {{ $t('export') }} @@ -303,7 +304,7 @@ export default { this.$openPageNewSheet({ path, query }) - }, + } } } diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceList.vue b/src/views/businessSupport/askForAdvice/AskForAdviceList.vue index 606eb42a..78d27ec2 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceList.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceList.vue @@ -25,7 +25,7 @@ - + {{ $t('query') }} {{ $t('reset') }} @@ -66,9 +66,15 @@ import { JeroListMixin } from '@/mixins/JeroListMixin' import JTable from '../../../components/jero/JTable' import { filterObj } from '../../../utils/util' +import { askForAdvice } from '../../../common/lang/businessSupport/zh' export default { name: 'AskForAdviceList', + computed: { + askForAdvice () { + return askForAdvice + } + }, components: { JTable }, mixins: [JeroListMixin], data () {