Browse Source

feat(warehouse): 添加线上批次号列到数据表格

xieyong 2 ngày trước cách đây
mục cha
commit
3a7ff4863b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/warehousing/index.vue

+ 6 - 0
src/views/warehousing/index.vue

@@ -158,6 +158,12 @@
             width: '90',
             showOverflowTooltip: true
           },
+          {
+            label: '线上批次号',
+            prop: 'onlineBatchNo',
+            width: '110',
+            showOverflowTooltip: true
+          },
           {
             label: '型号',
             prop: 'modelType',