no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-06 11:55:06 +07:00
parent f70dcc95e8
commit 8ae0407aa7

View file

@ -125,11 +125,11 @@ const columns = ref<QTableProps["columns"]>([
style: "font-size: 14px",
},
{
name: "dateLevel",
name: "leave",
align: "center",
label: "วันลา",
sortable: false,
field: "dateLevel",
field: "leave",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
@ -144,7 +144,7 @@ const visibleColumns = ref<string[]>([
"punish",
"retired",
"retired2",
"dateLevel",
"leave",
]);
/** modalDialog*/