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 () => { >