สลับฟิล
This commit is contained in:
parent
4511e5ae87
commit
a15efd7b45
1 changed files with 4 additions and 4 deletions
|
|
@ -51,20 +51,20 @@ const columnsLeave = ref<QTableProps["columns"]>([
|
|||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "agency",
|
||||
name: "org",
|
||||
align: "left",
|
||||
label: "หน่วยงาน",
|
||||
sortable: true,
|
||||
field: "agency",
|
||||
field: "org",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "org",
|
||||
name: "agency",
|
||||
align: "left",
|
||||
label: "ส่วนราชการ",
|
||||
sortable: true,
|
||||
field: "org",
|
||||
field: "agency",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue