Merge branch 'Nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-30 10:02:01 +07:00
commit f3edc424e8

View file

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