description รายการลงเวลากรณีพิเศษ
This commit is contained in:
parent
adeafc83f6
commit
0e97b42672
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue