ZN
4 小时以前 533d1e4ae9ffeafdd9ff65ddcefd7bd005f7d78c
src/views/productionManagement/processRoute/index.vue
@@ -84,6 +84,10 @@
    prop: "bomNo",
  },
  {
    label: "BOM名称",
    prop: "bomName",
  },
  {
    label: "描述",
    prop: "description",
  },
@@ -175,6 +179,7 @@
      productName: row.productName || '',
      model: row.model || '',
      bomNo: row.bomNo || '',
      bomName: row.bomName || '',
      description: row.description || '',
      type: 'route',
    }