|
|
|
@ -333,8 +333,8 @@ export default { |
|
|
|
|
|
|
|
// 机器人数据 |
|
|
|
robotData: [ |
|
|
|
{ id: 1, name: '机械臂#1', status: 'working', statusText: '工作中', efficiency: 95, tasks: 1 }, |
|
|
|
{ id: 2, name: '机械臂#2', status: 'working', statusText: '工作中', efficiency: 92, tasks: 1 } |
|
|
|
{ id: 1, name: '机械手 1', status: 'working', statusText: '工作中', efficiency: 95, tasks: 1 }, |
|
|
|
{ id: 2, name: '机械手 2', status: 'working', statusText: '工作中', efficiency: 92, tasks: 1 } |
|
|
|
], |
|
|
|
|
|
|
|
// AGV数据(从TUSK系统实时获取) |
|
|
|
|