gaoluyang
10 小时以前 9bca5ca91f2ec5107c6e10c8d18588636213bd58
src/views/productionManagement/productionReporting/Input.vue
@@ -59,13 +59,21 @@
    prop: 'productNo',
  },
  {
    label: '产品型号',
    label: '投入产品名称',
    prop: 'productName',
  },
  {
    label: '投入产品型号',
    prop: 'model',
  },
  {
    label: '投入数量',
    prop: 'quantity',
  },
  {
    label: '单位',
    prop: 'unit',
  },
]
const isShow = computed({