Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop

This commit is contained in:
Warunee Tamkoo 2024-02-08 16:09:24 +07:00
commit 12b8c347ce
11 changed files with 1394 additions and 929 deletions

View file

@ -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",
},
];