แก้คำผิด และปิด column คำอธิบายของรอบการปฏิบัติงาน

This commit is contained in:
Warunee Tamkoo 2023-11-01 16:35:08 +07:00
parent d2a50125a5
commit 1c4776c68e
4 changed files with 41 additions and 52 deletions

View file

@ -45,15 +45,6 @@ export const useRoundDataStore = defineStore(
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "note",
align: "left",
label: "คำอธิบาย",
sortable: true,
field: "note",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "status",
align: "center",
@ -77,7 +68,6 @@ export const useRoundDataStore = defineStore(
pmOut: e.pmOut,
amRound:`${e.am}-${e.amOut}`,
pmRound:`${e.pm}-${e.pmOut}`,
note: e.note === '' ? '-':e.note,
status: e.status,
isDefault: e.isDefault,
};