From bcad2fd6c3cf6a8f46240d4b7690b4ac85b25d98 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 25 Mar 2025 09:19:11 +0700 Subject: [PATCH] add field posNo workflow popup person --- src/components/Workflow/DialogSelectPerson.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/Workflow/DialogSelectPerson.vue b/src/components/Workflow/DialogSelectPerson.vue index 3a9b740..bc52e15 100644 --- a/src/components/Workflow/DialogSelectPerson.vue +++ b/src/components/Workflow/DialogSelectPerson.vue @@ -36,6 +36,15 @@ const rejectName = computed(() => const selected = ref([]); const rows = ref([]); const columns = ref([ + { + name: "posNo", + align: "left", + label: "เลขที่ตำแหน่ง", + sortable: true, + field: "posNo", + headerStyle: "font-size: 14px", + style: "font-size: 14px", + }, { name: "fullName", align: "left",