From 5ea590ec60e3334b8143a5625bbec8e5d6e4b2c2 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 25 Feb 2025 15:21:22 +0700 Subject: [PATCH 1/5] fixing text --- src/views/DashboardAll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/DashboardAll.vue b/src/views/DashboardAll.vue index 1f8ec55b1..713fb3e8d 100644 --- a/src/views/DashboardAll.vue +++ b/src/views/DashboardAll.vue @@ -18,7 +18,7 @@ onMounted(async () => { const data = await menuDashboard?.children?.find( (item: ListMenu) => item.path === route.name ); - title.value = `สิถิติ${data?.sysName}`; + title.value = `สถิติ${data?.sysName}`; panelUrl.value = `${env.DASHBOARD_URL}/goto/${data?.sysDescription}`; }); From fd120a918f277d1d6c70733f6f543b1f311c717e Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 25 Feb 2025 15:27:01 +0700 Subject: [PATCH 2/5] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A?= =?UTF-8?q?=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=B4=20=3D=3D=20>=20TableSort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TableView.vue | 167 +++++------------- .../Achievement/01_ProfessionalLicense.vue | 21 ++- .../detail/Achievement/02_Train.vue | 47 +++-- .../detail/Achievement/03_Insignia.vue | 52 +++--- .../Achievement/04_DeclarationHonor.vue | 39 ++-- .../Achievement/05_ResultsPerformance.vue | 114 +++++++++--- .../detail/Employee/01_DataEmployee.vue | 63 ++++++- .../detail/Employee/02_Employment.vue | 43 +++-- .../detail/GovernmentInformation/01_Info.vue | 5 +- .../GovernmentInformation/02_Discipline.vue | 17 +- .../02_DisciplineHistory.vue | 9 +- .../detail/GovernmentInformation/03_Leave.vue | 31 +++- .../GovernmentInformation/03_LeaveHistory.vue | 9 +- .../04_PerformSpecialWork.vue | 24 ++- .../04_PerformSpecialWorkHistory.vue | 5 +- .../GovernmentInformation/05_ActingPos.vue | 34 +++- .../05_ActingPosHistory.vue | 19 +- .../06_HelpGovernment.vue | 30 +++- .../06_HelpGovernmentHistory.vue | 17 +- .../GovernmentInformation/07_Position.vue | 41 ++++- .../07_PositionHistory.vue | 58 ++++-- .../detail/Other/01_OtherInformation.vue | 21 ++- .../Other/01_OtherInformationHistory.vue | 8 +- .../detail/PersonalInformation/01_Profile.vue | 18 +- .../02_NameChangeHistory.vue | 11 +- .../detail/PersonalInformation/03_Address.vue | 8 +- .../PersonalInformation/04_FamilyNew.vue | 14 +- .../PersonalInformation/05_Education.vue | 35 ++-- .../PersonalInformation/06_SpecialSkill.vue | 36 ++-- .../detail/Salary/01_PositionSalary.vue | 49 ++++- .../Salary/01_PositionSalaryHistory.vue | 81 ++++++++- .../detail/Salary/02_NotReceiveSalary.vue | 20 ++- .../Salary/02_NotReceiveSalaryHistory.vue | 5 +- .../04_registryPerson/views/listView.vue | 2 +- .../08_registryEmployee/views/Main.vue | 20 +-- 35 files changed, 800 insertions(+), 373 deletions(-) diff --git a/src/modules/04_registryPerson/components/TableView.vue b/src/modules/04_registryPerson/components/TableView.vue index 835bbf6e2..5fcfb4a03 100644 --- a/src/modules/04_registryPerson/components/TableView.vue +++ b/src/modules/04_registryPerson/components/TableView.vue @@ -1,44 +1,28 @@