Parcourir la source

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

xieyong il y a 2 jours
Parent
commit
3a7ff4863b
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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',