From b7a914b6ef69e4addfb3eaf1d26bd880f1d964fe Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 29 Feb 2024 10:38:26 +0700 Subject: [PATCH 1/7] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SalaryLists/DialogFormEdit.vue | 24 ++++--- .../SalaryLists/DialogMoveGroup.vue | 23 +++--- .../SalaryLists/DialogMoveLevel.vue | 59 +++++++++------- .../components/SalaryLists/TabMain.vue | 67 +++++++++++------- .../components/SalaryLists/TableTypeOther.vue | 51 ++++++++++---- .../SalaryLists/TableTypePending.vue | 70 +++++++++++++------ .../interface/response/SalaryList.ts | 46 ++++++++++++ 7 files changed, 232 insertions(+), 108 deletions(-) diff --git a/src/modules/13_salary/components/SalaryLists/DialogFormEdit.vue b/src/modules/13_salary/components/SalaryLists/DialogFormEdit.vue index 342b1f64d..028ddd183 100644 --- a/src/modules/13_salary/components/SalaryLists/DialogFormEdit.vue +++ b/src/modules/13_salary/components/SalaryLists/DialogFormEdit.vue @@ -1,37 +1,41 @@