Merge branch 'Nice' into develop
This commit is contained in:
commit
240e2c1baf
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