From 4b8c80fc5bb864e1785dc171879d0061c4449b27 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 20 一月 2022 14:06:27 +0800 Subject: [PATCH] update: UiDateFormat 增加年份 & 月/日 判斷 --- PAMapp/components/Appointment/AppointmentRecordList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Appointment/AppointmentRecordList.vue b/PAMapp/components/Appointment/AppointmentRecordList.vue index 64b9ad7..39b2835 100644 --- a/PAMapp/components/Appointment/AppointmentRecordList.vue +++ b/PAMapp/components/Appointment/AppointmentRecordList.vue @@ -4,7 +4,7 @@ <InterviewRecordCard :noticeLogsList="displayLogs.slice(0, 3)"></InterviewRecordCard> - <section class="text--right mt-30"> + <section class="text--right mt-30" v-if="displayLogs.length > 3"> <div class="pam-link-button--lg" @click="readMoreBtn" >撅��憭�</div> -- Gitblit v1.8.0