add car maintain

This commit is contained in:
lb
2023-09-26 09:43:43 +08:00
parent 506cab65a4
commit 31b2cfcee6
4 changed files with 183 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ export default function () {
{ prop: "brand", label: "配方" },
{ prop: "shapeCode", label: "砖型" },
{ prop: "weight", label: "重量" },
{ width: 128, prop: "gas", label: "燃气用量(m³)" },
{ width: 144, prop: "gp", label: "燃气(m³)/砖(kg)" },
{ width: 80, prop: "qty", label: "订单数量" },
{ width: 72, prop: "goodqty", label: "合格数" },
{ width: 72, prop: "badqty", label: "废砖数" },