From 54108b98eb73bc6e75de1ac367e594ab5f99049e Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 29 Oct 2024 14:27:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20Columns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/19_condition/view/Main.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/modules/19_condition/view/Main.vue b/src/modules/19_condition/view/Main.vue index 6da1a888c..e47ec4797 100644 --- a/src/modules/19_condition/view/Main.vue +++ b/src/modules/19_condition/view/Main.vue @@ -94,11 +94,21 @@ const columns = ref([ style: "font-size: 14px", }, { - name: "positionIsSelected", + name: "isCondition", align: "left", - label: "คนครอง", + label: "ตำแหน่งติดเงื่อนไง", sortable: false, - field: "positionIsSelected", + field: "isCondition", + headerStyle: "font-size: 14px", + style: "font-size: 14px", + }, + + { + name: "conditionReason", + align: "left", + label: "หมายเหตุ", + sortable: false, + field: "conditionReason", headerStyle: "font-size: 14px", style: "font-size: 14px", }, @@ -428,7 +438,10 @@ onMounted(async () => { :key="col.name" :props="props" > -
+
+ +
+
{{ col.value ? col.value : "-" }}