From 111d5e4221fc44d664329c430a5da402da681e34 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 17 二月 2022 10:34:33 +0800
Subject: [PATCH] fix#135551: [ 客戶端 ] 滿意度評比 : 顧問未顯示滿意度星級分數

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

diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index bb20573..642c210 100644
--- a/PAMapp/components/Consultant/ConsultantCard.vue
+++ b/PAMapp/components/Consultant/ConsultantCard.vue
@@ -12,7 +12,7 @@
                       class="icon-star pam-icon icon--yellow satisfaction"
                        style="margin-top: 0"></i>
                     <template v-if="isAppointment">
-                      <template v-if="agentInfo.appointmentStatus === 'close'
+                      <template v-if="agentInfo.appointmentStatus === 'closed'
                                     || agentInfo.appointmentStatus === 'done'">
                         <span v-if="agentInfo.appointmentScore">
                             {{ agentInfo.appointmentScore }}

--
Gitblit v1.8.0