From 7374a6a417e20dde640f0a291ca8b72339efdad0 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 13 Sep 2023 17:45:54 +0700 Subject: [PATCH] =?UTF-8?q?-=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=20focus=20style=20icon=20=E0=B8=82=E0=B8=AD=E0=B8=87?= =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=84=E0=B8=99?= =?UTF-8?q?=E0=B9=83=E0=B8=99=E0=B8=97=E0=B8=94=E0=B8=A5=E0=B8=AD=E0=B8=87?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99=20+=20=E0=B8=A5=E0=B8=B2=E0=B8=AD?= =?UTF-8?q?=E0=B8=AD=E0=B8=81=20-=20fix=20code=20error=20(type=20script)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/probation/MainProbation.vue | 196 ++++-------------- .../components/resign/Resign.vue | 21 +- .../06_retirement/interface/response/out.ts | 2 +- 3 files changed, 53 insertions(+), 166 deletions(-) diff --git a/src/modules/05_placement/components/probation/MainProbation.vue b/src/modules/05_placement/components/probation/MainProbation.vue index b4420a844..e3fc9a74a 100644 --- a/src/modules/05_placement/components/probation/MainProbation.vue +++ b/src/modules/05_placement/components/probation/MainProbation.vue @@ -222,7 +222,7 @@ const getpersonalList = async () => { dataUpdate.value = rows.value; ProbationMainFilter(); }) - .catch(() => {}) + .catch(() => { }) .finally(() => { hideLoader(); }); @@ -241,7 +241,7 @@ const fecthlistPersonal = async () => { .catch((e) => { messageError($q, e); }) - .finally(() => {}); + .finally(() => { }); }; const fecthlistProbation = async (id: string, data: any) => { try { @@ -390,90 +390,33 @@ const paginationLabel2 = (start: string, end: string, total: string) => {
- - - เพิ่มผู้ทดลองปฏิบัติหน้าที่ราชการ - + +
+ + เพิ่มผู้ทดลองปฏิบัติหน้าที่ราชการ + +
- + - +
- +
@@ -554,55 +486,23 @@ const paginationLabel2 = (start: string, end: string, total: string) => { - + - +
- +
diff --git a/src/modules/06_retirement/components/resign/Resign.vue b/src/modules/06_retirement/components/resign/Resign.vue index 731fb8fe9..32b651144 100644 --- a/src/modules/06_retirement/components/resign/Resign.vue +++ b/src/modules/06_retirement/components/resign/Resign.vue @@ -389,6 +389,13 @@ const status = (val: string) => { return "-"; } }; + +const pagination = ref({ + sortBy: "datetext", + descending: true, + page: 1, + rowsPerPage: 10, +});