สลับฟิล

This commit is contained in:
setthawutttty 2024-12-11 10:23:04 +07:00
parent 4511e5ae87
commit a15efd7b45

View file

@ -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",
},