From 3041bdc8daee6f17ab790bbab0bfdbf22f244573 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 27 一月 2022 10:18:51 +0800
Subject: [PATCH] update: [前單] 在相關功能顯示滿意度資訊、打開滿意度相關功能

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

diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index 416dcb8..a1be707 100644
--- a/PAMapp/components/Consultant/ConsultantCard.vue
+++ b/PAMapp/components/Consultant/ConsultantCard.vue
@@ -7,7 +7,6 @@
                     :agentNo="agentInfo.agentNo"
                     @click.native="showAgentDetail(agentInfo.agentNo)"
                 ></UiAvatar>
-                <!-- TODO:���遛��漲 -->
                 <div v-if="!hideReviews">
                     <i class="icon-star pam-icon icon--yellow satisfaction"  v-if="notScoreAppointmentYet"></i>
                     <span v-if="notScoreAppointmentYet">

--
Gitblit v1.8.0