From da6fcce812c99892029ea54b7703f96ce92e37aa Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 27 十二月 2021 10:20:53 +0800 Subject: [PATCH] page refactor: appointment-list child components --- PAMapp/pages/myAppointmentList/appointmentList.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PAMapp/pages/myAppointmentList/appointmentList.vue b/PAMapp/pages/myAppointmentList/appointmentList.vue index 709e17e..7ed2b61 100644 --- a/PAMapp/pages/myAppointmentList/appointmentList.vue +++ b/PAMapp/pages/myAppointmentList/appointmentList.vue @@ -34,9 +34,9 @@ myAppointmentList!: ClientInfo[]; appointmentList: ClientInfo[] = []; - pageList: ClientInfo[] = []; - keyWord: string = ''; - filterList: ClientInfo[] = []; + filterList : ClientInfo[] = []; + keyWord : string = ''; + pageList : ClientInfo[] = []; ////////////////////////////////////////////////////////////////////// -- Gitblit v1.8.0