Merge branch 'master' of http://119.91.43.128:3001/sheng/mes-ui-d2
This commit is contained in:
@@ -32,11 +32,35 @@ export default {
|
||||
meta: { ...meta, cache: true, title: '工艺流程类别' },
|
||||
component: _import('production-master-data/process-model/process-category')
|
||||
},
|
||||
{
|
||||
path: 'technology_model/technology_flow_workingsubclass',
|
||||
name: `${pre}technology_model-technology_flow_workingsubclass`,
|
||||
meta: { ...meta, cache: true, title: '工序单元' },
|
||||
component: _import('production-master-data/process-model/process-step')
|
||||
},
|
||||
{
|
||||
path: 'product_model/battery_model',
|
||||
name: `${pre}product_management-product_list`,
|
||||
meta: { ...meta, cache: true, title: '产品列表' },
|
||||
component: _import('production-master-data/product-management/product-list')
|
||||
},
|
||||
{
|
||||
path: 'matetial_model/matetial_category',
|
||||
name: `${pre}material_model-material_category`,
|
||||
meta: { ...meta, cache: true, title: '物料类别列表' },
|
||||
component: _import('production-master-data/material-model/material-category')
|
||||
},
|
||||
{
|
||||
path: 'matetial_model/matetial_management',
|
||||
name: `${pre}material_model-material_master`,
|
||||
meta: { ...meta, cache: true, title: '物料信息管理' },
|
||||
component: _import('production-master-data/material-model/material-master')
|
||||
},
|
||||
{
|
||||
path: 'matetial_model/unit',
|
||||
name: `${pre}material_model-material_unit`,
|
||||
meta: { ...meta, cache: true, title: '计量单位' },
|
||||
component: _import('production-master-data/material-model/material-unit')
|
||||
}
|
||||
])('production_configuration-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user