From bf015fd9a49ab0ec81c050215bbfc38d944bfb6e Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期一, 17 一月 2022 12:34:10 +0800
Subject: [PATCH] update: 預約清單 - 預約卡片描述

---
 PAMapp/components/Client/ClientList.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/PAMapp/components/Client/ClientList.vue b/PAMapp/components/Client/ClientList.vue
index 2f8285c..820c043 100644
--- a/PAMapp/components/Client/ClientList.vue
+++ b/PAMapp/components/Client/ClientList.vue
@@ -28,9 +28,14 @@
     //////////////////////////////////////////////////////////////////////
 
     get noDataPlaceholder(): string {
-      return this.title === 'reservedList'
-                          ? '����撌脤��恥�'
-                          : '����撌脰蝯∪恥�';
+      let noDataWording = '����撌脩�����';
+      if (this.title === 'contactedList') {
+        noDataWording = '����蝝赤銝剔���';
+      }
+      if (this.title === 'reservedList') {
+        noDataWording = '������蝯∠���';
+      }
+      return noDataWording;
     }
 }
 </script>

--
Gitblit v1.8.0