From 852f3226c134271d78e02c9fa07ca0263d4c4079 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 11 May 2026 15:07:00 +0700 Subject: [PATCH] refactor(qualify-period): hide type column in Table Position --- .../views/02_qualify/PeriodAdd.vue | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue index e02f71ad4..2631acf53 100644 --- a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue +++ b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue @@ -212,17 +212,17 @@ const columnsPosition = ref([ a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, - { - name: "type", - align: "left", - label: "ประเภทแบบฟอร์ม", - sortable: true, - field: "type", - headerStyle: "font-size: 14px", - style: "font-size: 14px", - sort: (a: string, b: string) => - a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), - }, + // { + // name: "type", + // align: "left", + // label: "ประเภทแบบฟอร์ม", + // sortable: true, + // field: "type", + // headerStyle: "font-size: 14px", + // style: "font-size: 14px", + // sort: (a: string, b: string) => + // a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), + // }, ]); const shouldShowPaymentFields = computed(() => { @@ -1476,7 +1476,7 @@ onMounted(async () => { - +