From bfa47846f34ea7248a06c44de5725f4645c87269 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 27 四月 2022 16:34:20 +0800
Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into Phase3

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

diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index 99e9ba6..6c9bcd2 100644
--- a/PAMapp/components/Consultant/ConsultantCard.vue
+++ b/PAMapp/components/Consultant/ConsultantCard.vue
@@ -1,6 +1,6 @@
 <template>
     <div>
-        <el-row type="flex" class="rowStyle" :class="{'new': !agentInfo.customerViewTime }">
+        <el-row type="flex" class="rowStyle" :class="{'new': !agentInfo.customerViewTime && $route.name !== 'myConsultantList-contactedList' }">
             <el-col class="flex_column pl-5" :xs="5" :sm="3">
                 <UiAvatar
                     :size="50"
@@ -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 }}
@@ -32,7 +32,6 @@
             </el-col>
             <el-col :xs="10" :sm="15">
                 <div class="smTxt_bold name">{{agentInfo.name}}</div>
-                {{agentInfo.appointmentStatus}}
                 <div class="professionals">
                     <span
                         class="professionalsTxt"

--
Gitblit v1.8.0