Merge branch 'Nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-13 09:47:08 +07:00
commit 240e2c1baf

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