From 38a52c3ec6b52a56e28e3aa1cc1ae7fb54c7dc01 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 18 Dec 2024 14:49:29 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A8=E0=B9=80=E0=B8=81=E0=B8=A9=E0=B8=B5=E0=B8=A2=E0=B8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../01_retirement/RetirementDetail.vue | 25 ++++++++----------- .../components/02_resign/Table.vue | 2 +- .../components/03_resignEmp/Table.vue | 2 +- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/src/modules/06_retirement/components/01_retirement/RetirementDetail.vue b/src/modules/06_retirement/components/01_retirement/RetirementDetail.vue index ed676f086..b38844a24 100644 --- a/src/modules/06_retirement/components/01_retirement/RetirementDetail.vue +++ b/src/modules/06_retirement/components/01_retirement/RetirementDetail.vue @@ -168,11 +168,11 @@ async function fetchlistprofile(id: string) { prefix: e.prefix, firstName: e.firstName, lastName: e.lastName, - name: e.prefix + e.firstName + " " + e.lastName, + name: `${e.prefix}${e.firstName} ${e.lastName}`, organization: e.root, position: e.position, positionNumber: e.posNo, - positionType: e.posTypeName, + positionType: `${e.posTypeName} (${e.posLevelName})`, positionLevel: e.posLevelName, reason: e.reason, remove: e.remove, @@ -663,7 +663,13 @@ onMounted(async () => { >ลบข้อมูล - {{ props.row.order }} + + +
+ {{ col.value ? col.value : "-" }} +
+
+ - diff --git a/src/modules/06_retirement/components/02_resign/Table.vue b/src/modules/06_retirement/components/02_resign/Table.vue index ec911e81d..c050970f9 100644 --- a/src/modules/06_retirement/components/02_resign/Table.vue +++ b/src/modules/06_retirement/components/02_resign/Table.vue @@ -377,7 +377,7 @@ onMounted(async () => { : '' " > - {{ col.value ? col.value : "" }} + {{ col.value ? col.value : "-" }} diff --git a/src/modules/06_retirement/components/03_resignEmp/Table.vue b/src/modules/06_retirement/components/03_resignEmp/Table.vue index 5a3e7f973..1c73be261 100644 --- a/src/modules/06_retirement/components/03_resignEmp/Table.vue +++ b/src/modules/06_retirement/components/03_resignEmp/Table.vue @@ -381,7 +381,7 @@ onMounted(async () => { : '' " > - {{ col.value ? col.value : "" }} + {{ col.value ? col.value : "-" }}