disabled sort time special
All checks were successful
Build & Deploy on Dev / build (push) Successful in 4m9s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 4m9s
This commit is contained in:
parent
a0c023fc0f
commit
1dc9693348
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue