การลา จำลอง

This commit is contained in:
setthawutttty 2024-02-08 15:24:11 +07:00
parent c26efe6c21
commit efcc232fec
5 changed files with 718 additions and 147 deletions

View file

@ -187,6 +187,15 @@ const columnsResult = ref<QTableProps["columns"]>([
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "positionName",
align: "left",
label: "ตำแหน่งในสายงาน",
sortable: true,
field: "positionName",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "posLevelName",
align: "left",
@ -360,6 +369,7 @@ function searchData() {
citizenId: "test1",
name: "test1",
posTypeName: "test1",
positionName: "test1",
posLevelName: "test1",
},
{
@ -367,6 +377,7 @@ function searchData() {
citizenId: "test2",
name: "test2",
posTypeName: "test2",
positionName: "test2",
posLevelName: "test2",
},
];