แก้ลำดับ

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

@ -472,7 +472,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",
@ -562,7 +562,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
name: "no",
align: "left",
label: "ลำดับ",
sortable: true,
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",