src/views/productionManagement/productionReporting/Input.vue
@@ -67,8 +67,8 @@
    prop: 'model',
  },
  {
    label: 'UID吗',
    prop: 'uid_no',
    label: 'UID码',
    prop: 'uidNo',
  },
  {
    label: '投入数量',
@@ -78,6 +78,10 @@
    label: '单位',
    prop: 'unit',
  },
  {
    label: '备注',
    prop: 'remark',
  },
]
const isShow = computed({