Merge branch 'Nice' into develop
This commit is contained in:
commit
f3edc424e8
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ const columns = ref<QTableProps["columns"]>([
|
|||
label: empType.value === "officer" ? "เลขที่ตำแหน่ง" : "ตำแหน่งเลขที่",
|
||||
sortable: false,
|
||||
field: "posNo",
|
||||
format(val, row) {
|
||||
return `${row.orgRootShortName} ${val}`
|
||||
},
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue