Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
12b8c347ce
11 changed files with 1394 additions and 929 deletions
|
|
@ -189,6 +189,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",
|
||||
|
|
@ -364,6 +373,7 @@ function searchData() {
|
|||
citizenId: "test1",
|
||||
name: "test1",
|
||||
posTypeName: "test1",
|
||||
positionName: "test1",
|
||||
posLevelName: "test1",
|
||||
},
|
||||
{
|
||||
|
|
@ -371,6 +381,7 @@ function searchData() {
|
|||
citizenId: "test2",
|
||||
name: "test2",
|
||||
posTypeName: "test2",
|
||||
positionName: "test2",
|
||||
posLevelName: "test2",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue