From de177a5a1877a923304b3c9a0e28c650497db77a Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 5 Aug 2024 11:08:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=20=3D>=20list,=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=AA=E0=B9=88=E0=B8=A7=E0=B8=99?= =?UTF-8?q?=E0=B8=95=E0=B8=B1=E0=B8=A7,=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TableView.vue | 56 +++++++++----- .../detail/GovernmentInformation/01_Info.vue | 8 +- .../GovernmentInformation/02_Discipline.vue | 54 ++++++------- .../02_DisciplineHistory.vue | 2 +- .../detail/GovernmentInformation/03_Leave.vue | 54 +++++++------ .../GovernmentInformation/03_LeaveHistory.vue | 2 +- .../04_PerformSpecialWork.vue | 58 +++++++------- .../04_PerformSpecialWorkHistory.vue | 2 +- .../detail/PersonalInformation/01_Profile.vue | 10 +-- .../02_NameChangeHistory.vue | 53 +++++-------- .../detail/PersonalInformation/03_Address.vue | 10 +-- .../PersonalInformation/04_FamilyNew.vue | 31 +++----- .../PersonalInformation/05_Education.vue | 77 ++++++++----------- .../PersonalInformation/06_SpecialSkill.vue | 72 ++++++++--------- .../04_registryPerson/views/requestEdit.vue | 28 ++++--- 15 files changed, 239 insertions(+), 278 deletions(-) diff --git a/src/modules/04_registryPerson/components/TableView.vue b/src/modules/04_registryPerson/components/TableView.vue index c5e98ef84..d653a61db 100644 --- a/src/modules/04_registryPerson/components/TableView.vue +++ b/src/modules/04_registryPerson/components/TableView.vue @@ -308,6 +308,7 @@ watch( > diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/01_Info.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/01_Info.vue index 76c6695d0..e7b5644e5 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/01_Info.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/01_Info.vue @@ -438,20 +438,20 @@ onMounted(() => {
แก้ไขข้อมูล ประวิติข้อมูลราชการ diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue index 5871d061d..6b4e28482 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue @@ -7,7 +7,6 @@ import type { RequestItemsObject, FormFilter, DataOption, - DisciplineOps, } from "@/modules/04_registryPerson/interface/index/discipline"; import { useCounterMixin } from "@/stores/mixin"; import { useQuasar } from "quasar"; @@ -455,33 +454,30 @@ onMounted(async () => {