From f1c88aa1b2c67f3bb1575431cad5091989d54853 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 10 三月 2022 12:20:50 +0800 Subject: [PATCH] fix#136510: 顧問後台更新資料後,前端客戶點選重新整理,並沒有重新更新頁面資訊 --- PAMapp/components/Interview/InterviewCard.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/Interview/InterviewCard.vue b/PAMapp/components/Interview/InterviewCard.vue index c0e9a0f..5c39f5f 100644 --- a/PAMapp/components/Interview/InterviewCard.vue +++ b/PAMapp/components/Interview/InterviewCard.vue @@ -25,7 +25,7 @@ </div> <div class="p mt-5"> <UiDateFormat - class="date bold" + class="mt-5 line-space time" :date="item.interviewDate" onlyShowSection="DATE" /> </div> @@ -33,7 +33,7 @@ <div class="remind-content-txt"> <div style="display:flex"> <UiDateFormat - class="date bold " + class="mt-5 line-space mb-3 time" :date="item.interviewDate" onlyShowSection="TIME" /> </div> @@ -56,7 +56,7 @@ <div class="mb-3 smTxt bgc-primary-red date-year"> <div class="mb-3 mt-2"> <UiDateFormat - class="bold date" + class=" date" :date="item.interviewDate" onlyShowSection="YEAR" /> </div> -- Gitblit v1.8.0