fix(leave):close sort status
This commit is contained in:
parent
e4e49cda8b
commit
d3ce230d93
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ export const useLeaveStore = defineStore("Leave", () => {
|
|||
name: "status",
|
||||
align: "left",
|
||||
label: "สถานะ",
|
||||
sortable: true,
|
||||
sortable: false,
|
||||
field: "status",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px; width:10%;",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue