diff --git a/src/modules/18_command/components/Step/View0_Digital.vue b/src/modules/18_command/components/Step/View0_Digital.vue index 86ca888d6..a9018d4b5 100644 --- a/src/modules/18_command/components/Step/View0_Digital.vue +++ b/src/modules/18_command/components/Step/View0_Digital.vue @@ -102,6 +102,16 @@ const columns = ref([ headerStyle: "font-size: 14px", style: "font-size: 14px", }, + + { + name: "actFullName", + align: "left", + label: "รักษาการแทน", + sortable: true, + field: "actFullName", + headerStyle: "font-size: 14px", + style: "font-size: 14px", + }, ]); //รอผู้มีอำนาจลงนามอนุมัติ @@ -595,7 +605,8 @@ onMounted(async () => { class="col-12" v-if=" rowsAuthority[rowsAuthority.length - 1].comment !== null && - step === 2 && !store.readonly + step === 2 && + !store.readonly " >