From 059f9fa3c733ca19f997a3b8b3d6904ebb58d385 Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 2 Mar 2026 11:06:24 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E8=AE=BE=E5=A4=87=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=8A=A5=E8=A1=A8-=E6=B7=BB=E5=8A=A0=E5=BC=80?= =?UTF-8?q?=E6=9C=BA=E7=8E=87=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/iot/deviceOperationRecord/index.ts | 1 + src/locales/en.ts | 1 + src/locales/zh-CN.ts | 2 ++ src/views/iot/runReport/index.vue | 6 ++++++ 4 files changed, 10 insertions(+) diff --git a/src/api/iot/deviceOperationRecord/index.ts b/src/api/iot/deviceOperationRecord/index.ts index 7d601369..7782118e 100644 --- a/src/api/iot/deviceOperationRecord/index.ts +++ b/src/api/iot/deviceOperationRecord/index.ts @@ -9,6 +9,7 @@ export interface DeviceOperationRecordVO { totalFaultTime: number totalWarningTime: number utilizationRate: string + powerOnRate?: string } export interface DeviceOperationRecordPageParams { diff --git a/src/locales/en.ts b/src/locales/en.ts index 94721077..60e7d355 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -3688,6 +3688,7 @@ export default { tableFaultTimeColumn: 'Fault Time (Hours)', tableWarningTimeColumn: 'Warning Time (Hours)', tableUtilizationRateColumn: 'Utilization Rate', + tablePowerOnRateColumn: 'Power-on Rate', tableStartTimeColumn: 'Device Run Start Time', tableEndTimeColumn: 'Device Run End Time', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index d6777c9b..defcdcea 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -3529,6 +3529,7 @@ export default { tableFaultTimeColumn: '故障时间(小时)', tableWarningTimeColumn: '警告时间(小时)', tableUtilizationRateColumn: '稼动率', + tablePowerOnRateColumn: '开机率', tableStartTimeColumn: '设备运行开始时间', tableEndTimeColumn: '设备运行结束时间', @@ -3900,6 +3901,7 @@ export default { tableFaultTimeColumn: '故障时间(小时)', tableWarningTimeColumn: '警告时间(小时)', tableUtilizationRateColumn: '稼动率', + tablePowerOnRateColumn: '开机率', tableStartTimeColumn: '设备运行开始时间', tableEndTimeColumn: '设备运行结束时间', diff --git a/src/views/iot/runReport/index.vue b/src/views/iot/runReport/index.vue index 1ea5fa9c..51a70324 100644 --- a/src/views/iot/runReport/index.vue +++ b/src/views/iot/runReport/index.vue @@ -96,6 +96,12 @@ prop="utilizationRate" min-width="120px" /> +