updated
This commit is contained in:
parent
027e668fa6
commit
1f548d7459
25 changed files with 83 additions and 78 deletions
|
|
@ -43,7 +43,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
sortable: false,
|
||||
field: "commandNo",
|
||||
format(val, row) {
|
||||
return val ? `${val} / ${row.commandYear + 543}` : "-";
|
||||
return val ? `${val}/${row.commandYear + 543}` : "-";
|
||||
},
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue