disabled sort time special
All checks were successful
Build & Deploy on Dev / build (push) Successful in 4m9s

This commit is contained in:
Warunee Tamkoo 2026-01-13 18:45:32 +07:00
parent a0c023fc0f
commit 1dc9693348

View file

@ -112,7 +112,7 @@ const columns = ref<QTableProps["columns"]>([
name: "startTimeMorning",
align: "left",
label: "ช่วงเช้า",
sortable: true,
sortable: false,
field: "timeMorning",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -121,7 +121,7 @@ const columns = ref<QTableProps["columns"]>([
name: "startTimeAfternoon",
align: "left",
label: "ช่วงบ่าย",
sortable: true,
sortable: false,
field: "timeAfternoon",
headerStyle: "font-size: 14px",
style: "font-size: 14px",