From 7cfc771d3ace8f057ef7f534b9ee7c9649ac7d8f Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 30 十二月 2021 10:09:25 +0800 Subject: [PATCH] [Fix] TODO#133359 [調整文案 - 「你」調整成「您」] --- PAMapp/layouts/default.vue | 4 ++-- PAMapp/pages/questionnaire/_agentNo.vue | 2 +- PAMapp/pages/recommendConsultant/index.vue | 2 +- PAMapp/pages/myAppointmentList.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PAMapp/layouts/default.vue b/PAMapp/layouts/default.vue index e8f4573..0e9d11d 100644 --- a/PAMapp/layouts/default.vue +++ b/PAMapp/layouts/default.vue @@ -62,8 +62,8 @@ }; private bannerText: FeatureBannerTitle= { - [FeaturePage.RECOMMEND_CONSULTANT]: ['頛詨������', '靘雿��瘙���憿批��'], - [FeaturePage.QUICK_FILTER] : ['暺銝����', '撠雿�EST Match'], + [FeaturePage.RECOMMEND_CONSULTANT]: ['頛詨������', '靘����瘙���憿批��'], + [FeaturePage.QUICK_FILTER] : ['暺銝����', '撠���EST Match'], [FeaturePage.MY_CONSULTANT_LIST] : [], [FeaturePage.QUESTIONNAIRE] : [], } diff --git a/PAMapp/pages/myAppointmentList.vue b/PAMapp/pages/myAppointmentList.vue index eaa086b..a5b24cb 100644 --- a/PAMapp/pages/myAppointmentList.vue +++ b/PAMapp/pages/myAppointmentList.vue @@ -28,7 +28,7 @@ :isOpen.sync="showNewAppointmentHint" > <div class="text--center mdTxt"> - <p class="mb-50">雿�� <span class="text--primary">{{ newAppointmentSum }}</span> �������</p> + <p class="mb-50">���� <span class="text--primary">{{ newAppointmentSum }}</span> �������</p> <div class="text--center"> <el-button type="primary" diff --git a/PAMapp/pages/questionnaire/_agentNo.vue b/PAMapp/pages/questionnaire/_agentNo.vue index 4bb0532..7599a69 100644 --- a/PAMapp/pages/questionnaire/_agentNo.vue +++ b/PAMapp/pages/questionnaire/_agentNo.vue @@ -252,7 +252,7 @@ }, { title:'����', - content:'���������憸券�����鈭怒�����嚗���摰帘摰漲嚗��隞亙��澈��ˊ�靽���嚗�' + content:'���������憸券�����鈭怒�����嚗���摰帘摰漲嚗��隞亙��澈��ˊ�靽���嚗�' } ]; diff --git a/PAMapp/pages/recommendConsultant/index.vue b/PAMapp/pages/recommendConsultant/index.vue index 5898e0c..1b59b21 100644 --- a/PAMapp/pages/recommendConsultant/index.vue +++ b/PAMapp/pages/recommendConsultant/index.vue @@ -218,7 +218,7 @@ }, { title: '����', - content: '���������憸券�����鈭怒�����嚗���摰帘摰漲嚗��隞亙��澈��ˊ�靽���嚗�' + content: '���������憸券�����鈭怒�����嚗���摰帘摰漲嚗��隞亙��澈��ˊ�靽���嚗�' } ]; showDialog = false; -- Gitblit v1.8.0