huminmin
2026-04-01 08e38ede28f7cf8c971f84bff3a03102882a8a4b
src/views/qualityManagement/processInspection/index.vue
@@ -118,10 +118,24 @@
    prop: "model",
  },
  {
    label: "料号",
    prop: "materialCode",
  },
  {
    label: "单位",
    prop: "unit",
  },
  {
    label: "合格数量",
    prop: "qualifiedQuantity",
    width: 100
  },
  {
    label: "不良数量",
    prop: "defectiveQuantity",
    width: 100
  },
  {
    label: "数量",
    prop: "quantity",
    width: 100