ระบบเลื่อนเงินเดือน >> เลื่อนค่าจ้าง ลูกจ้างประจำฯ (ข้อมูลตัวย่อระดับชั่นงาน)
This commit is contained in:
parent
69af042ee6
commit
31d5835223
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
format(val, row) {
|
||||
return `${row.posTypeShort ? row.posTypeShort : ""}${
|
||||
return `${row.posTypeShort ? row.posTypeShort : ""} ${
|
||||
row.posLevel ? row.posLevel : ""
|
||||
}`;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue