This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-16 16:20:33 +07:00
parent dd18e2d518
commit 5506abdad5

View file

@ -82,6 +82,9 @@ const columns = ref<QTableProps["columns"]>([
label: "ตำแหน่งเลขที่",
sortable: true,
field: "posMasterNo",
format(val, row) {
return `${row.orgShortname} ${row.posMasterNo}`;
},
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},