From c96b0db8c35e8aa03ad7eb1ba42dc93b689ae982 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 6 Nov 2024 16:51:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84=E0=B8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/components/Step/View0_Digital.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/18_command/components/Step/View0_Digital.vue b/src/modules/18_command/components/Step/View0_Digital.vue index 119a8af35..d99b54f04 100644 --- a/src/modules/18_command/components/Step/View0_Digital.vue +++ b/src/modules/18_command/components/Step/View0_Digital.vue @@ -72,7 +72,7 @@ const columns = ref([ { name: "posNo", align: "left", - label: "เลที่ตำแหน่ง", + label: "เลขที่ตำแหน่ง", sortable: true, field: "posNo", headerStyle: "font-size: 14px", @@ -244,8 +244,8 @@ function onSubmitComment() { } function onCloseDialog() { - isAct.value = false - isDirector.value = true + isAct.value = false; + isDirector.value = true; modalSelect.value = false; modalComment.value = false; isPersonSign.value = false;