แก้คำผิด และปิด column คำอธิบายของรอบการปฏิบัติงาน
This commit is contained in:
parent
d2a50125a5
commit
1c4776c68e
4 changed files with 41 additions and 52 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue