Browse Source

feat(routing): 新增所属工厂字段至数据表格

xieyong 3 days ago
parent
commit
2a835679c9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/material/BOMmanage/components/routing.vue

+ 6 - 0
src/views/material/BOMmanage/components/routing.vue

@@ -200,6 +200,12 @@
             align: 'center',
             showOverflowTooltip: true
           },
+          {
+            prop: 'factoriesName',
+            label: '所属工厂',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
             prop: 'fileParam',
             label: '工艺文件',