From 27d109b5792305d849f578627f98e1cb55a330f4 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 11 三月 2022 15:12:54 +0800 Subject: [PATCH] Merge branch 'Phase3' into pollex-dev --- PAMapp/components/Client/ClientCard.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index 7235847..9f11d09 100644 --- a/PAMapp/components/Client/ClientCard.vue +++ b/PAMapp/components/Client/ClientCard.vue @@ -48,7 +48,7 @@ ></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> @@ -61,7 +61,7 @@ <div class="unfilled">�憛急遛��漲</div> </template> </div> - </el-col> + </el-col> --> <div class="flex-column contactInfo" :xs="4" :sm="6"> @@ -77,12 +77,12 @@ v-else-if="client.communicateStatus === contactStatus.CONTACTED"> 蝯�� </div> - <div + <!-- <div class="invite-msg smTxt_bold" @click.stop="inviteReview" v-else-if="!client.satisfactionScore"> ��遛��漲 - </div> + </div> --> <div class="date xsTxt text--black" -- Gitblit v1.8.0