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 }} -