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 @@ - - - - ออกคำสั่งลงโทษทางวินัย - - - - - - filterSelector(inputValue, doneFn,'fiscalyearOP' - ) " - > - - - ไม่มีข้อมูล - - - - - - - - - - เพิ่มข้อมูล - - - - - - - - - - - - - - - - - - - filterSelector(inputValue, doneFn,'OrderTypeOption' - ) " - > - - - - ไม่มีข้อมูล - - - - - - - - - - filterSelector(inputValue, doneFn,'OrderStatusOption' - ) " - > - - - - ไม่มีข้อมูล - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/modules/11_discipline/components/9_Order/TableOrder.vue b/src/modules/11_discipline/components/9_Order/TableOrder.vue deleted file mode 100644 index 9595be2cf..000000000 --- a/src/modules/11_discipline/components/9_Order/TableOrder.vue +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - - {{ col.label }} - - - - - - - - รายละเอียด - - - แก้ไขข้อมูล - - - - - {{ props.rowIndex + 1 }} - - - {{ col.value ?? "-" }} - - - - - - - -