diff --git a/src/views/iot/runReport/index.vue b/src/views/iot/runReport/index.vue index 15d77d08..370374a7 100644 --- a/src/views/iot/runReport/index.vue +++ b/src/views/iot/runReport/index.vue @@ -91,11 +91,27 @@ min-width="140px" /> --> + > + + {{ t('DataCollection.RunReport.tableUtilizationRateColumn') }} + + + + 开机率 = 在线时间 / 总的时间 + 在线时间 = 运行时间 + 空闲时间 + 故障时间 + 稼动率 = 运行时间 / 在线时间 + 开机率 =(运行时间 + 空闲时间 + 故障时间)/ 总的时间 + + + + + + + +