ระบบเลื่อนเงินเดือน >> เลื่อนค่าจ้าง ลูกจ้างประจำฯ (ข้อมูลตัวย่อระดับชั่นงาน)

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-13 09:46:50 +07:00
parent 69af042ee6
commit 31d5835223

View file

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