ออกคำสั่ง รักษาการแทน
This commit is contained in:
parent
57f145784e
commit
7b02611f33
1 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue