From 3041bdc8daee6f17ab790bbab0bfdbf22f244573 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 27 一月 2022 10:18:51 +0800 Subject: [PATCH] update: [前單] 在相關功能顯示滿意度資訊、打開滿意度相關功能 --- PAMapp/components/Client/ClientCard.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index 70510bf..7235847 100644 --- a/PAMapp/components/Client/ClientCard.vue +++ b/PAMapp/components/Client/ClientCard.vue @@ -48,13 +48,12 @@ ></AppointmentProgress> </div> </div> - <!-- <el-col :xs="5" :sm="3" align="middle"> + <el-col :xs="5" :sm="3" align="middle"> <el-avatar :size="50" ></el-avatar> <div class="satisfaction" v-if="!hideReviews"> <template v-if="client.satisfactionScore"> - TODO:���遛��漲 <i class="icon-star pam-icon icon--yellow satisfaction"></i> <span>{{client.satisfactionScore}}</span> </template> @@ -62,7 +61,7 @@ <div class="unfilled">�憛急遛��漲</div> </template> </div> - </el-col> --> + </el-col> <div class="flex-column contactInfo" :xs="4" :sm="6"> -- Gitblit v1.8.0