From acd1c97d77cf296a323963bf93f8ff4a680037c1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 26 Apr 2024 17:13:07 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=95=E0=B8=B1=E0=B8=A7=E0=B8=8A=E0=B8=B5=E0=B9=89?= =?UTF-8?q?=E0=B8=A7=E0=B8=B1=E0=B8=94=E0=B8=95=E0=B8=B2=E0=B8=A1=E0=B8=95?= =?UTF-8?q?=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/views/indicatorByRole.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/modules/14_KPI/views/indicatorByRole.vue b/src/modules/14_KPI/views/indicatorByRole.vue index 7c8525582..8f12a7161 100644 --- a/src/modules/14_KPI/views/indicatorByRole.vue +++ b/src/modules/14_KPI/views/indicatorByRole.vue @@ -26,15 +26,15 @@ const totalList = ref(1); //จำนวนข้อมูลราย /** หัวตาราง */ const rows = ref([]); const columns = ref([ - { - name: "no", - align: "left", - label: "ลำดับตัวชี้วัด ", - sortable: true, - field: "no", - headerStyle: "font-size: 14px", - style: "font-size: 14px", - }, + // { + // name: "no", + // align: "left", + // label: "ลำดับตัวชี้วัด ", + // sortable: true, + // field: "no", + // headerStyle: "font-size: 14px", + // style: "font-size: 14px", + // }, { name: "including", align: "left", @@ -54,7 +54,7 @@ const columns = ref([ style: "font-size: 14px", }, ]); -const visibleColumns = ref(["no", "including", "includingName"]); +const visibleColumns = ref(["including", "includingName"]); const formFilter = reactive({ page: 1,