From 81847996079f71527c1471f272be43b5b4f77490 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 08 二月 2022 12:15:18 +0800 Subject: [PATCH] fixed: [ClientCard] 顯示滿意度帶來的 side-effect --- PAMapp/components/Client/ClientCard.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index 7235847..7cbde5d 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"> -- Gitblit v1.8.0