From 0612820928759d73d0c0a9d51ae378f18b40c2fd Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 22 Nov 2024 18:04:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table.vue | 1 + src/components/information/Address.vue | 6 +++--- src/modules/03_recruiting/components/Address.vue | 8 ++++---- .../03_recruiting/views/03_editor/index.vue | 14 +++++++------- .../components/Dialog/02_Address.vue | 8 ++++---- .../components/Dialog/DialogUpdate.vue | 9 +++++---- .../04_registryPerson/components/DialogHistory.vue | 2 +- .../04_registryPerson/components/TableView.vue | 2 +- .../detail/GovernmentInformation/01_Info.vue | 2 ++ .../detail/GovernmentInformation/02_Discipline.vue | 5 ++--- .../detail/PersonalInformation/03_Address.vue | 10 +++++----- .../04_registryPerson/interface/request/Profile.ts | 2 +- .../04_registryPerson/interface/response/Main.ts | 1 + .../interface/response/Profile.ts | 1 + src/modules/04_registryPerson/store.ts | 5 +++-- src/modules/04_registryPerson/stores/Address.ts | 2 +- src/modules/04_registryPerson/stores/LinkCenter.ts | 2 +- src/modules/04_registryPerson/views/detailView.vue | 4 +++- src/modules/04_registryPerson/views/listView.vue | 5 ++++- .../04_registryPerson/views/requestEditView.vue | 4 ++++ .../CheckInformation/02_FormAddress.vue | 8 ++++---- .../PersonalDetail/Information/Address.vue | 8 ++++---- .../components/ListRetirement/TableList.vue | 4 ++-- .../07_insignia/components/2_Manage/Tab1.vue | 2 +- src/modules/07_insignia/views/03_ResultMain.vue | 2 +- src/modules/07_insignia/views/05_BorrowMain.vue | 2 +- src/modules/08_registryEmployee/views/Main.vue | 6 ++++-- .../09_leave/components/2_Leave/DetailLeave.vue | 2 +- .../components/2_Leave/DetailLeaveReject.vue | 2 +- .../components/1_Complaint/EditPage.vue | 2 +- .../6_BasicInformation/Director/Form.vue | 2 +- .../components/8_AppealComplain/Form.vue | 2 +- .../11_discipline/store/InvestigateDisStore.ts | 2 +- src/modules/11_discipline/store/Main.ts | 4 ++-- src/modules/11_discipline/store/ResultStore.ts | 2 +- .../components/Detail/viewTab2/CardDirector.vue | 2 +- .../components/Detail/viewstep/viewStep1.vue | 2 +- .../components/Director/Form.vue | 2 +- .../14_KPI/components/Tab/Dialog/DialogEvalute.vue | 2 +- src/modules/15_development/components/Record.vue | 2 +- .../15_development/components/history/AddPage.vue | 4 ++-- .../components/history/DialogGov.vue | 4 ++-- .../components/historyEmployee/AddPage.vue | 4 ++-- .../15_development/views/EmployeeHistory.vue | 2 +- src/modules/15_development/views/History.vue | 2 +- 45 files changed, 93 insertions(+), 76 deletions(-) diff --git a/src/components/Table.vue b/src/components/Table.vue index 38d875fb6..9434aae28 100644 --- a/src/components/Table.vue +++ b/src/components/Table.vue @@ -10,6 +10,7 @@ dense :pagination-label="paginationLabel" v-model:pagination="pagination" + :rows-per-page-options="[10, 25, 50, 100]" >