Explorar o código

添加报工人字段

lucw hai 8 meses
pai
achega
b1d11c11c5

+ 7 - 0
src/views/batchRecord/components/tables/qualityWorkOrderTable.vue

@@ -97,6 +97,13 @@
               return this.getDictValue('取样类型', `0${row.qualityMode}`);
             }
           },
+          {
+            prop: 'qualityName',
+            label: '报工人',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 150
+          },
           {
             prop: 'qualityTime',
             label: '质检时间',