From 01cc975227d306a7ae8471d996ec081024c897b2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 21 Feb 2024 16:12:00 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9A=E0=B8=A3=E0=B8=A3=E0=B8=88=E0=B8=B8?= =?UTF-8?q?=20=3D>=20=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20Table=20=20?= =?UTF-8?q?=E0=B8=AA=E0=B9=88=E0=B8=87=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B9=84=E0=B8=9B=E0=B8=A2=E0=B8=B1?= =?UTF-8?q?=E0=B8=87=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=A7=E0=B8=A2=E0=B8=87?= =?UTF-8?q?=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PersonalList/Table.vue | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/modules/05_placement/components/PersonalList/Table.vue b/src/modules/05_placement/components/PersonalList/Table.vue index 10a2725a7..130f051f0 100644 --- a/src/modules/05_placement/components/PersonalList/Table.vue +++ b/src/modules/05_placement/components/PersonalList/Table.vue @@ -1005,7 +1005,7 @@ onMounted(async () => { borderless outlined dense - debounce="300" + debounce="200" v-model="filterlistAdd" placeholder="ค้นหา" style="width: 850px; max-width: auto" @@ -1033,7 +1033,7 @@ onMounted(async () => { - { props.row.orgName !== null ? props.row.orgName : "-" }} {{ - props.row.organizationShortName !== null - ? `(${props.row.organizationShortName})` + props.row.orgTreeShortName !== null + ? `(${props.row.orgTreeShortName})` : "" }}
{{ - props.row.positionPath !== null - ? props.row.positionPath - : "-" + props.row.posPath !== null ? props.row.posPath : "-" }} {{ - props.row.positionNumber !== null - ? `(${props.row.positionNumber})` + props.row.posNumber !== null + ? `(${props.row.orgTreeShortName}${props.row.posNumber})` : "" }}
@@ -1202,7 +1200,7 @@ onMounted(async () => { -