浏览代码

feat(workPlan): 新增损耗合格数和不合格数字段

yusheng 2 周之前
父节点
当前提交
752c613ad8
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      src/views/produce/components/workPlan/detailsIndex.vue

+ 14 - 0
src/views/produce/components/workPlan/detailsIndex.vue

@@ -304,6 +304,20 @@
             align: 'center',
             showOverflowTooltip: true
           },
+          {
+            prop: 'lossNumber',
+            width: 120,
+            label: '损耗合格数',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'lossNumberUnqualified',
+            width: 120,
+            label: '损耗不合格数',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
             prop: 'hours',
             label: '工时',