fix(leave):close sort status

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-17 09:27:59 +07:00
parent e4e49cda8b
commit d3ce230d93

View file

@ -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%;",