Ver Fonte

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

yusheng há 2 semanas atrás
pai
commit
752c613ad8
1 ficheiros alterados com 14 adições e 0 exclusões
  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: '工时',