Commit b50a75fb authored by 李志鸣's avatar 李志鸣

fea(菜单项): 【设备数据采集】新增质量管部和其他,设备分类调整

parent d130b552
...@@ -16,6 +16,8 @@ export default { ...@@ -16,6 +16,8 @@ export default {
Chassis: '底盘车间', Chassis: '底盘车间',
Final: '装配车间', Final: '装配车间',
Trial: '试交车间', Trial: '试交车间',
Quality: '质量管理部',
Other: '其他',
// 设备运行时间 // 设备运行时间
DeviceRunning: '设备运行状况', DeviceRunning: '设备运行状况',
DeviceRunningTime: '设备运行时间', DeviceRunningTime: '设备运行时间',
......
...@@ -43,6 +43,18 @@ export default { ...@@ -43,6 +43,18 @@ export default {
component: () => import('@/views/Workshop/Trial/list'), component: () => import('@/views/Workshop/Trial/list'),
name: 'Trial', name: 'Trial',
meta: { title: 'Trial', icon: 'wareHouse', noCache: false, mark: '/Workshop/Trial/list' } meta: { title: 'Trial', icon: 'wareHouse', noCache: false, mark: '/Workshop/Trial/list' }
},
{
path: 'quality',
component: () => import('@/views/WorkShop/Quality/list'),
name: 'Quality',
meta: { title: 'Quality', icon: 'wareHouse', noCache: false, mark: '/Workshop/Quality/list' }
},
{
path: 'other',
component: () => import('@/views/WorkShop/Other/list'),
name: 'Other',
meta: { title: 'Other', icon: 'wareHouse', noCache: false, mark: '/Workshop/Other/list' }
} }
] ]
} }
This diff is collapsed.
This diff is collapsed.
...@@ -82,23 +82,8 @@ ...@@ -82,23 +82,8 @@
sortTreeData: [ sortTreeData: [
{ {
id: 1, id: 1,
label: '检测线',
code: 'CHECK_LINE'
},
{
id: 2,
label: '充电桩', label: '充电桩',
code: 'CHARGING_PILE' code: 'CHARGING_PILE'
},
{
id: 3,
label: '动静态测试',
code: 'DYNAMIC_STATIC_TEST'
},
{
id: 4,
label: '加氢站',
code: 'HYDROGEN_STATIONVoc'
} }
], ],
// 搜索组件关键字列表 // 搜索组件关键字列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment