ออกคำสั่ง รักษาการแทน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-04 13:11:04 +07:00
parent 57f145784e
commit 7b02611f33

View file

@ -102,6 +102,16 @@ const columns = ref<QTableProps["columns"]>([
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
"
>
<q-btn