แก้ลำดับ

This commit is contained in:
setthawutttty 2023-09-20 14:28:32 +07:00
parent e91bbb22f4
commit 270808981f
10 changed files with 15 additions and 19 deletions

View file

@ -238,7 +238,7 @@ const columns = ref<QTableProps["columns"]>([
name: "no",
align: "left",
label: "ลำดับ",
sortable: true,
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -570,7 +570,7 @@ const columnsEmployee = ref<QTableProps["columns"]>([
name: "no",
align: "left",
label: "ลำดับ",
sortable: true,
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -873,7 +873,7 @@ const columnsEmployeeTemp = ref<QTableProps["columns"]>([
name: "no",
align: "left",
label: "ลำดับ",
sortable: true,
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",