From 9371dd15fcfae1eef45d59d436e099b3e276f322 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 2 Apr 2025 14:28:26 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A?= =?UTF-8?q?=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10_registry/02_Government/07_Position.vue | 6 +++--- src/modules/10_registry/03_Salary/01_Salary.vue | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/10_registry/02_Government/07_Position.vue b/src/modules/10_registry/02_Government/07_Position.vue index fc84f61..6f076ee 100644 --- a/src/modules/10_registry/02_Government/07_Position.vue +++ b/src/modules/10_registry/02_Government/07_Position.vue @@ -198,11 +198,11 @@ const baseColumns = ref([ a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, { - name: "commandCode", + name: "commandName", align: "left", label: "ประเภทคำสั่ง", sortable: true, - field: "commandCode", + field: "commandName", headerStyle: "font-size: 14px", style: "font-size: 14px", sort: (a: string, b: string) => @@ -301,7 +301,7 @@ const baseVisibleColumns = ref([ "positionExecutive", "amount", "commandNo", - "commandCode", + "commandName", "commandDateSign", "organization", "remark", diff --git a/src/modules/10_registry/03_Salary/01_Salary.vue b/src/modules/10_registry/03_Salary/01_Salary.vue index c11c51a..25bb95f 100644 --- a/src/modules/10_registry/03_Salary/01_Salary.vue +++ b/src/modules/10_registry/03_Salary/01_Salary.vue @@ -182,11 +182,11 @@ const baseColumns = ref([ a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, { - name: "commandCode", + name: "commandName", align: "left", label: "ประเภทคำสั่ง", sortable: true, - field: "commandCode", + field: "commandName", headerStyle: "font-size: 14px", style: "font-size: 14px", sort: (a: string, b: string) => @@ -316,7 +316,7 @@ const visibleColumns = ref([ "positionSalaryAmount", "mouthSalaryAmount", "commandNo", - "commandCode", + "commandName", "commandDateSign", "organization", "remark", @@ -349,7 +349,7 @@ const visibleColumnsHistory = ref([ "positionSalaryAmount", "mouthSalaryAmount", "commandNo", - "commandCode", + "commandName", "commandDateSign", "organization", "remark", @@ -509,11 +509,11 @@ const baseColumnsHistory = ref([ a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, { - name: "commandCode", + name: "commandName", align: "left", label: "ประเภทคำสั่ง", sortable: true, - field: "commandCode", + field: "commandName", headerStyle: "font-size: 14px", style: "font-size: 14px", sort: (a: string, b: string) =>