From ed683d0bb330fbf56ed34e90f5f48f5562974171 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 21 Nov 2024 16:58:49 +0700 Subject: [PATCH] fixing remove import file --- src/components/Dialogs/PopupPersonalNew.vue | 4 +- src/components/TableHistory.vue | 2 +- .../interface/index/profileType.ts | 4 +- .../information/interface/profileType.ts | 4 +- .../02_organization/interface/index/Main.ts | 17 + .../03_recruiting/components/Table.vue | 2 +- .../03_recruiting/components/Table1.vue | 2 +- .../03_recruiting/interface/index/Main.ts | 4 +- .../interface/request/Calendar.ts | 77 +++ .../views/01_compete/PeriodAdd.vue | 16 +- .../views/02_qualify/DisablePeriodAdd.vue | 20 +- .../views/02_qualify/PeriodAdd.vue | 40 +- .../views/02_qualify/manageDetail.vue | 6 +- .../detail/PersonalInformation/01_Profile.vue | 7 +- .../interface/index/family.ts | 12 +- .../components/PersonalDetail/profileType.ts | 12 +- .../components/Receive/ReceiveAddPerson.vue | 6 +- .../interface/index/ProfileType.ts | 20 + .../3_result/DialogReceive_Return.vue | 2 +- .../components/3_result/DialogResults.vue | 9 +- .../components/5_Borrow/DialogForm.vue | 2 +- .../07_insignia/interface/index/Main.ts | 6 + .../components/9_Order/MainPage.vue | 446 ------------------ .../components/9_Order/TableOrder.vue | 312 ------------ 24 files changed, 201 insertions(+), 831 deletions(-) create mode 100644 src/modules/03_recruiting/interface/request/Calendar.ts delete mode 100644 src/modules/11_discipline/components/9_Order/MainPage.vue delete mode 100644 src/modules/11_discipline/components/9_Order/TableOrder.vue diff --git a/src/components/Dialogs/PopupPersonalNew.vue b/src/components/Dialogs/PopupPersonalNew.vue index 02ff81390..be801f939 100644 --- a/src/components/Dialogs/PopupPersonalNew.vue +++ b/src/components/Dialogs/PopupPersonalNew.vue @@ -116,9 +116,7 @@ async function fetchInformation(id: string) { imformation.age = data.birthDate ? calculateAge(data.birthDate) : "-"; imformation.gender = data.gender ?? "-"; - avatar.fullname = `${data.rank ? data.rank : data.prefix}${ - data.firstName - } ${data.lastName}`; + avatar.fullname = `${data.prefix}${data.firstName} ${data.lastName}`; avatar.position = data.position ? data.position : "-"; if (data.avatarName) { diff --git a/src/components/TableHistory.vue b/src/components/TableHistory.vue index 5a90b507c..3eb9f8231 100644 --- a/src/components/TableHistory.vue +++ b/src/components/TableHistory.vue @@ -125,7 +125,7 @@ - - - -