From 2411af4fd62e5d4b1ae634fa18a25066437c33f0 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 10 二月 2022 16:06:38 +0800
Subject: [PATCH] add: serve-area-filter - 當服務所有地區時,顯示為"全台"

---
 PAMapp/components/Client/ClientCard.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index 70510bf..7cbde5d 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -54,7 +54,6 @@
                 ></el-avatar>
                 <div class="satisfaction" v-if="!hideReviews">
                     <template v-if="client.satisfactionScore">
-                        TODO:���遛��漲
                         <i class="icon-star pam-icon icon--yellow satisfaction"></i>
                         <span>{{client.satisfactionScore}}</span>
                     </template>

--
Gitblit v1.8.0