การลา จำลอง
This commit is contained in:
parent
c26efe6c21
commit
efcc232fec
5 changed files with 718 additions and 147 deletions
|
|
@ -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",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue