This commit is contained in:
Warunee Tamkoo 2024-11-27 18:13:26 +07:00
parent 027e668fa6
commit 1f548d7459
25 changed files with 83 additions and 78 deletions

View file

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