소스 검색

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',