description รายการลงเวลากรณีพิเศษ

This commit is contained in:
setthawutttty 2023-12-08 16:46:14 +07:00
parent adeafc83f6
commit 0e97b42672

View file

@ -174,6 +174,7 @@ export const useSpecialTimeStore = defineStore("LeaveSpecialTime", () => {
"dateFix",
"timeMorning",
"timeAfternoon",
"description",
]);
const columns = ref<QTableProps["columns"]>([
@ -231,6 +232,15 @@ export const useSpecialTimeStore = defineStore("LeaveSpecialTime", () => {
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "description",
align: "left",
label: "เหตุผล",
sortable: true,
field: "description",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
]);
// convertSatatus