浏览代码

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

xieyong 2 天之前
父节点
当前提交
3a7ff4863b
共有 1 个文件被更改,包括 6 次插入0 次删除
  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',