Commit 03a9147b authored by 李志鸣's avatar 李志鸣

opt(设备采集数据): 修改设备分类数据

parent 92e680d4
...@@ -82,31 +82,21 @@ ...@@ -82,31 +82,21 @@
sortTreeData: [ sortTreeData: [
{ {
id: 1, id: 1,
label: '旋转辊床',
code: 'ROTARY_ROLLER_BED'
},
{
id: 2,
label: '过程扫码设备',
code: 'PROCESS_SCAN_CODE'
},
{
id: 3,
label: '底盘智能扭力钣手', label: '底盘智能扭力钣手',
code: 'CHASSIS_TORQUE_WRENCH' code: 'CHASSIS_TORQUE_WRENCH'
}, },
{ {
id: 4, id: 2,
label: '润滑油集中加注', label: '润滑油集中加注',
code: 'LUBRICATING_OIL_CONCENTRATE' code: 'LUBRICATING_OIL_CONCENTRATE'
}, },
{ {
id: 5, id: 3,
label: '四轮定位', label: '四轮定位',
code: 'WHEEL_ALIGNMENT' code: 'WHEEL_ALIGNMENT'
}, },
{ {
id: 6, id: 4,
label: '铆接设备', label: '铆接设备',
code: 'RIVETING_EQUIPMENT' code: 'RIVETING_EQUIPMENT'
} }
......
...@@ -87,36 +87,31 @@ ...@@ -87,36 +87,31 @@
}, },
{ {
id: 2, id: 2,
label: '过程扫码设备',
code: 'PROCESS_SCAN_CODE'
},
{
id: 3,
label: '总装智能扭力钣手', label: '总装智能扭力钣手',
code: 'ASSEMBLY_TORQUE_WRENCH' code: 'ASSEMBLY_TORQUE_WRENCH'
}, },
{ {
id: 4, id: 3,
label: '集中加注冷媒', label: '集中加注冷媒',
code: 'FOCUS_ADDING_REFRIGERANT' code: 'FOCUS_ADDING_REFRIGERANT'
}, },
{ {
id: 5, id: 4,
label: '集中加注离合器', label: '集中加注离合器',
code: 'CENTRALIZED_FILLING_CLUTCH' code: 'CENTRALIZED_FILLING_CLUTCH'
}, },
{ {
id: 6, id: 5,
label: '集中加注助力油', label: '集中加注助力油',
code: 'FOCUS_BOOSTER_OIL' code: 'FOCUS_BOOSTER_OIL'
}, },
{ {
id: 7, id: 6,
label: '地板革热熔胶涂布设备', label: '地板革热熔胶涂布设备',
code: 'FLOOR_LEATHER_HOT' code: 'FLOOR_LEATHER_HOT'
}, },
{ {
id: 8, id: 7,
label: '新能源在线检测点', label: '新能源在线检测点',
code: 'NEW_ENERGY' code: 'NEW_ENERGY'
} }
......
...@@ -114,6 +114,11 @@ ...@@ -114,6 +114,11 @@
id: 7, id: 7,
label: '喷涂机器人', label: '喷涂机器人',
code: 'PAINTING_ROBOT' code: 'PAINTING_ROBOT'
},
{
id: 8,
label: '旋转辊床',
code: 'ROTARY_ROLLER_BED'
} }
], ],
// 搜索组件关键字列表 // 搜索组件关键字列表
......
...@@ -99,11 +99,6 @@ ...@@ -99,11 +99,6 @@
id: 4, id: 4,
label: '焊装板链', label: '焊装板链',
code: 'PLATE_CHAIN' code: 'PLATE_CHAIN'
},
{
id: 5,
label: '旋转辊床',
code: 'ROTARY_ROLLER_BED'
} }
], ],
// 搜索组件关键字列表 // 搜索组件关键字列表
......
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