From 415fb817f6381cd6d7153fb0dffeaf666b6bf0e8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 11 Oct 2023 16:00:39 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=8B=E0=B9=88=E0=B8=AD=E0=B8=99=20columns?= =?UTF-8?q?=20=E0=B8=A7=E0=B8=B8=E0=B8=92=E0=B8=B4=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=A8=E0=B8=B6=E0=B8=81=E0=B8=A9=E0=B8=B2=20?= =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1?= =?UTF-8?q?=E0=B9=88=E0=B8=87=20Step=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10_order/components/step/step02.vue | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/modules/10_order/components/step/step02.vue b/src/modules/10_order/components/step/step02.vue index 65782c730..1d8780048 100644 --- a/src/modules/10_order/components/step/step02.vue +++ b/src/modules/10_order/components/step/step02.vue @@ -75,21 +75,21 @@ const columns = ref([ { name: "name", align: "left", - label: "ชื่อ-สกุล", + label: "ชื่อ-นามสกุล", field: "name", sortable: true, sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, - { - name: "education", - align: "left", - label: "วุฒิการศึกษาในการออกคำสั่ง", - field: "education", - sortable: true, - sort: (a: string, b: string) => - a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), - }, + // { + // name: "education", + // align: "left", + // label: "วุฒิการศึกษาในการออกคำสั่ง", + // field: "education", + // sortable: true, + // sort: (a: string, b: string) => + // a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), + // }, ]); const rows = ref([]); const rows2 = ref([]); @@ -168,7 +168,7 @@ const statuscode = computed(() => { orderTypeCode.value === "c-pm-08" || orderTypeCode.value === "c-pm-09" || orderTypeCode.value === "c-pm-14" || - orderTypeCode.value === "c-pm-21" || + orderTypeCode.value === "c-pm-21" || orderTypeCode.value === "c-pm-22" ) { return false; @@ -515,7 +515,6 @@ const pagination = ref({ {{ col.label }} -