From 8956474e0072133a8650e4a23bcd6b2a3235688a Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 15 十一月 2021 18:21:05 +0800
Subject: [PATCH] update: TOOD#130022 我的顧問清單: 串接移除顧問 API

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

diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index 383c739..de25687 100644
--- a/PAMapp/components/Consultant/ConsultantCard.vue
+++ b/PAMapp/components/Consultant/ConsultantCard.vue
@@ -26,8 +26,8 @@
                         </div>
                         <div
                             class="delete"
-                            v-if="agentInfo.contactStatus !== 'reserved'
-                                || agentInfo.contactStatus !== 'contacted'"
+                            v-if="agentInfo.contactStatus === 'picked'
+                                || !agentInfo.contactStatus"
                             @click="removeAgent"
                         >蝘駁</div>
                     </el-col>

--
Gitblit v1.8.0