From c8fef9712521c46db428a6527b13f6c2902080f1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 1 Aug 2024 18:03:39 +0700 Subject: [PATCH] =?UTF-8?q?permission=20=3D>=20=E0=B9=82=E0=B8=84=E0=B8=A3?= =?UTF-8?q?=E0=B8=87=E0=B8=AA=E0=B8=A3=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B8=AD?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=A3=E0=B8=B2=E0=B8=81=E0=B8=B3=E0=B8=A5?= =?UTF-8?q?=E0=B8=B1=E0=B8=87,=E0=B8=AD=E0=B8=B1=E0=B8=95=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=81=E0=B8=B3=E0=B8=A5=E0=B8=B1=E0=B8=87=E0=B8=A5?= =?UTF-8?q?=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=88=E0=B8=B3,=E0=B8=97=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4,=20=E0=B8=97?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=A5?= =?UTF-8?q?=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87,?= =?UTF-8?q?=E0=B8=95=E0=B8=B1=E0=B9=89=E0=B8=87=E0=B8=84=E0=B9=88=E0=B8=B2?= =?UTF-8?q?=E0=B9=80=E0=B8=A7=E0=B9=87=E0=B8=9A=E0=B8=AA=E0=B8=A3=E0=B8=A3?= =?UTF-8?q?=E0=B8=AB=E0=B8=B2,=20=E0=B8=AA=E0=B8=AD=E0=B8=9A=E0=B9=81?= =?UTF-8?q?=E0=B8=82=E0=B9=88=E0=B8=87=E0=B8=82=E0=B8=B1=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/02_organization/views/main.vue | 5 + .../03_recruiting/components/Table.vue | 6 +- src/modules/03_recruiting/components/top1.vue | 17 +- .../03_recruiting/views/01_compete/Period.vue | 24 +- .../03_recruiting/views/03_editor/index.vue | 15 +- .../components/TableView.vue | 19 +- .../Achievement/01_ProfessionalLicense.vue | 4 + .../detail/Achievement/02_Train.vue | 4 + .../detail/Achievement/03_Insignia.vue | 6 +- .../Achievement/04_DeclarationHonor.vue | 6 +- .../Achievement/05_ResultsPerformance.vue | 6 +- .../detail/Employee/01_DataEmployee.vue | 2 + .../detail/Employee/02_Employment.vue | 12 +- .../detail/GovernmentInformation/01_Info.vue | 3 + .../GovernmentInformation/02_Discipline.vue | 26 +- .../detail/GovernmentInformation/03_Leave.vue | 13 +- .../04_PerformSpecialWork.vue | 26 +- .../detail/Other/01_OtherInformation.vue | 14 +- .../components/detail/Other/02_Document.vue | 3 + .../detail/PersonalInformation/01_Profile.vue | 166 +- .../02_NameChangeHistory.vue | 152 +- .../detail/PersonalInformation/03_Address.vue | 3 + .../detail/PersonalInformation/04_Family.vue | 1363 ----------------- .../PersonalInformation/04_FamilyNew.vue | 7 + .../PersonalInformation/05_Education.vue | 4 + .../PersonalInformation/06_SpecialSkill.vue | 157 +- .../detail/Salary/01_PositionSalary.vue | 14 +- .../detail/Salary/02_NotReceiveSalary.vue | 19 +- .../components/detail/TabMain.vue | 6 +- .../04_registryPerson/views/detailView.vue | 301 ++-- .../08_registryEmployee/views/Main.vue | 20 +- .../components/TreeTable.vue | 53 +- src/stores/menuList.ts | 30 +- src/utils/permissions.ts | 4 - 34 files changed, 606 insertions(+), 1904 deletions(-) delete mode 100644 src/modules/04_registryPerson/components/detail/PersonalInformation/04_Family.vue diff --git a/src/modules/02_organization/views/main.vue b/src/modules/02_organization/views/main.vue index f580aad73..1824a137d 100644 --- a/src/modules/02_organization/views/main.vue +++ b/src/modules/02_organization/views/main.vue @@ -1,6 +1,7 @@