เเก้ ลำดับ บรรจุ/พ้นราชการ

This commit is contained in:
setthawutttty 2023-09-20 13:58:12 +07:00
parent b3abe902fa
commit 1977cdb928
18 changed files with 36 additions and 75 deletions

View file

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

View file

@ -58,7 +58,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",