From 4394e4248455637ab7836756058ac872fdf4af10 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期四, 17 二月 2022 11:39:43 +0800
Subject: [PATCH] Merge branch 'pollex-dev' into sit

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

diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index 99e9ba6..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 }}
@@ -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