From a77f006102734561ddfc0643222b94018e32126f Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 28 May 2025 16:02:53 +0700 Subject: [PATCH] =?UTF-8?q?#closed=20#1326=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=E0=B8=84=E0=B9=89=E0=B8=99=E0=B8=AB=E0=B8=B2?= =?UTF-8?q?=E0=B8=88=E0=B8=B2=E0=B8=81=20=E0=B8=A3=E0=B8=B0=E0=B8=A2?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=A7=E0=B8=A5=E0=B8=B2=E0=B8=94=E0=B8=B3?= =?UTF-8?q?=E0=B8=A3=E0=B8=87=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99?= =?UTF-8?q?=E0=B9=88=E0=B8=87=20(=E0=B8=9A=E0=B8=A3=E0=B8=B4=E0=B8=AB?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3)=20=E0=B8=9B=E0=B8=B1=E0=B8=88=E0=B8=88?= =?UTF-8?q?=E0=B8=B8=E0=B8=9A=E0=B8=B1=E0=B8=99=20=E0=B9=81=E0=B8=A5?= =?UTF-8?q?=E0=B8=B0=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=E0=B8=84=E0=B8=AD?= =?UTF-8?q?=E0=B8=A5=E0=B8=B1=E0=B8=A1=E0=B8=99=E0=B9=8C=E0=B9=80=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=88=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../21_report/views/02_reportRegistry.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/modules/21_report/views/02_reportRegistry.vue b/src/modules/21_report/views/02_reportRegistry.vue index 9de904811..ba1794b02 100644 --- a/src/modules/21_report/views/02_reportRegistry.vue +++ b/src/modules/21_report/views/02_reportRegistry.vue @@ -360,6 +360,17 @@ const columns = computed(() => { sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, + { + name: "posExecutive", + align: "left", + label: "ระยะเวลาดำรงตำแหน่ง (บริหาร) ปัจจุบัน", + sortable: true, + field: "posExecutive", + headerStyle: "font-size: 14px", + style: "font-size: 14px", + sort: (a: string, b: string) => + a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), + }, ]; }); @@ -1539,6 +1550,13 @@ watch( size="xs" class="text-grey-8" /> +