From 0c45e5c46a8de95ae72468ec72272216e1204d99 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期三, 15 十二月 2021 17:46:55 +0800 Subject: [PATCH] fixed : TODO#132459 [我的顧問清單 > 已聯絡:"您目前無已選顧問" 改為 "您目前無已聯絡顧問"] --- PAMapp/components/Consultant/ConsultantList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantList.vue b/PAMapp/components/Consultant/ConsultantList.vue index 57c8e06..a8791f8 100644 --- a/PAMapp/components/Consultant/ConsultantList.vue +++ b/PAMapp/components/Consultant/ConsultantList.vue @@ -10,7 +10,7 @@ </template> <template v-if="isUserLogin && agentList.length === 0"> <div class="emptyRowStyle"> - <div class="smTxt txt">����撌脤憿批��</div> + <div class="smTxt txt">����撌脰蝯⊿“���</div> </div> </template> <template v-if="!isUserLogin"> -- Gitblit v1.8.0