Merge branch 'master' of http://119.91.43.128:3001/sheng/mes-ui-d2
Some checks failed
Release pipeline / Always run job (push) Has been cancelled
Release pipeline / publish (push) Has been cancelled

This commit is contained in:
hui
2026-06-02 13:56:00 +08:00
17 changed files with 3460 additions and 1 deletions

View File

@@ -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-')
}