diff --git a/frontend/src/views/production/MachineProduction.vue b/frontend/src/views/production/MachineProduction.vue index 7b245c3..c501c2e 100644 --- a/frontend/src/views/production/MachineProduction.vue +++ b/frontend/src/views/production/MachineProduction.vue @@ -1,16 +1,427 @@ - 机床产量 - 机床维度产量统计页面(待实现) + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + 总产量 + + ⓘ + + + + {{ summary.totalQuantity != null ? summary.totalQuantity.toLocaleString() : '-' }} + + + + + + + + + 运行机床数 + + ⓘ + + + + {{ summary.runningMachineCount != null ? summary.runningMachineCount : '-' }} + + + + + + + + + 平均单产 + + ⓘ + + + + {{ summary.avgPerMachine != null ? summary.avgPerMachine.toFixed(2) : '-' }} + + + + + + + + + 最高单产机床 + + ⓘ + + + + {{ summary.topMachineName || '-' }} + + + + + + + + + + + + 机床产量柱状图 + + + + + + + + 各机床产量占比 + + + + + + + + + + 明细排行 + + + + + + + + {{ row.runTime }}h + + + + -
机床维度产量统计页面(待实现)