Browse Source

库位使用率

master
han\hanst 3 months ago
parent
commit
00abeb1eba
  1. 16
      src/views/modules/dashboard/warehouse-3d-board.vue

16
src/views/modules/dashboard/warehouse-3d-board.vue

@ -133,7 +133,7 @@
</div>
</div>
<div class="device-metrics">
<span class="metric">效率: {{ robot.efficiency }}%</span>
<span class="metric"></span>
<span class="metric">任务: {{ robot.tasks }}</span>
</div>
</div>
@ -278,18 +278,18 @@ export default {
//
storageData: {
totalSlots: 1960,//
usedSlots: 1856,
utilizationRate: 77.3,
steelPallet: 680,
guardPallet: 520,
flatPallet: 656,
otherPallet: 200
usedSlots: 0,
utilizationRate: 0,
steelPallet: 0,
guardPallet: 0,
flatPallet: 0,
otherPallet: 0
},
//
robotData: [
{ id: 1, name: '机器人#1', status: 'working', statusText: '工作中', efficiency: 95, tasks: 2 },
{ id: 2, name: '机器人#2', status: 'working', statusText: '工作中', efficiency: 92, tasks: 2 }
{ id: 2, name: '机器人#2', status: 'working', statusText: '工作中', efficiency: 92, tasks: 4 }
],
// AGVTUSK

Loading…
Cancel
Save