From 7a833e0ee5e5d368ee74994ce4372ff440426a3f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 6 Oct 2025 14:41:55 +0700 Subject: [PATCH] style(registry-temp):display columns isPosition --- .../components/DialogSelectPos.vue | 33 +++++++------------ 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/src/modules/08_registryEmployee/components/DialogSelectPos.vue b/src/modules/08_registryEmployee/components/DialogSelectPos.vue index dbbc22e75..ad6072d71 100644 --- a/src/modules/08_registryEmployee/components/DialogSelectPos.vue +++ b/src/modules/08_registryEmployee/components/DialogSelectPos.vue @@ -58,15 +58,6 @@ const expanded = ref([]); const filters = ref(""); // ค้นหาตำแหน่ง const rowsPosition = ref([]); //รายการตำแหน่ง const columns = ref([ - { - name: "isPosition", - align: "left", - label: "", - sortable: true, - field: "isPosition", - headerStyle: "font-size: 14px", - style: "font-size: 14px", - }, { name: "no", align: "left", @@ -203,7 +194,6 @@ const columnsPostition = ref([ // }, ]); const visibleColumns = ref([ - "isPosition", "no", "posMasterNo", "positionName", @@ -661,6 +651,7 @@ onBeforeMount(async () => { >