From e471f81737e1e113f913ac615a0a368ab3ca2cd1 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期三, 19 一月 2022 18:09:41 +0800 Subject: [PATCH] update TODO#134465 約訪紀錄(查看更多) --- 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