From 8432a093809a4db09fd8b0ff5e059b34c05b6127 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期三, 16 二月 2022 14:13:57 +0800 Subject: [PATCH] Update:增加 [我的顧問清單]中 已聯絡預約單顯示 發送滿意度 邏輯 --- PAMapp/components/Consultant/ConsultantCard.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue index 3fb5605..9dedd37 100644 --- a/PAMapp/components/Consultant/ConsultantCard.vue +++ b/PAMapp/components/Consultant/ConsultantCard.vue @@ -21,7 +21,8 @@ </template> <template v-else> <span v-if="agentInfo.avgScore">{{ agentInfo.avgScore }}</span> - <span v-else>撠<br />皛踵�漲</span> + <span class="unfilled text--center " + style="display:flex" v-else>撠<br />皛踵�漲</span> </template> </div> @@ -41,7 +42,7 @@ @click="isRemoveAgentPopup = true" >蝘駁</div> <div - v-if="notScoreAppointmentYet" + v-if="notScoreAppointmentYet && (agentInfo.contactStatus !== 'picked' || agentInfo.contactStatus !== 'reserved')" class="text--primary text--underline cursor--pointer xsTxt text--bold" @click="reviewsBtn = true">蝯虫�遛��漲閰��</div> </el-col> @@ -87,7 +88,7 @@ </div> </div> - <div v-if="notScoreAppointmentYet" class="reserved-btn"> + <div v-if="notScoreAppointmentYet " class="reserved-btn"> <el-button type="primary" @click.native="reviewsBtn = true">蝯虫�遛��漲閰��</el-button> </div> -- Gitblit v1.8.0