From 10852ebfb953430e49af0637ad30914331668b6c Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Thu, 9 Oct 2025 15:37:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(dms):=20=E8=AE=BE=E5=A4=87=E6=95=88?= =?UTF-8?q?=E7=8E=87=E6=8A=A5=E8=A1=A8=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新设备效率报表汇总增汇总输出数量计算逻辑 - 新增总工时汇总计算功能 - 添加平均运行率计算方法 - 添加整体 -效率平均值计算 使用computed属性优化数据计算性能- 增强数据处理的容错能力 --- .../dms/dmsReportDeviceEfficiency/index.vue | 48 +++++++++++++++++++ src/views/dms/prodBaseMachineInfo/index.vue | 8 ++-- 2 files changed, 52 insertions(+), 4 deletions(-) diff --git a/src/views/dms/dmsReportDeviceEfficiency/index.vue b/src/views/dms/dmsReportDeviceEfficiency/index.vue index e508d00..54d201b 100644 --- a/src/views/dms/dmsReportDeviceEfficiency/index.vue +++ b/src/views/dms/dmsReportDeviceEfficiency/index.vue @@ -252,6 +252,7 @@