diff --git a/ehms-ui/src/views/index.vue b/ehms-ui/src/views/index.vue index e46a35f..89aa0cc 100644 --- a/ehms-ui/src/views/index.vue +++ b/ehms-ui/src/views/index.vue @@ -1,121 +1,93 @@ - + - - - - 总设备(台) - - {{eqNumTotal}} - - - 运行中设备(台) - - {{eqNumRunning}} - - - 停运设备(台) - - {{eqNumOff}} - + + + + 总设备(台) + + {{eqNumTotal}} + + + 运行中设备(台) + + {{eqNumRunning}} + + + 停运设备(台) + + {{eqNumOff}} + - - + + 欢迎登录 - - 设备预测性维护系统 + + 设备健康管理系统 - - - - - - + + + + {{ initAverageRunningTimeEcharts() }} + + + + + 我的待办 + 更多 + + + + + + + - - - - - - + + + + {{ initShutdownRateEcharts() }} + - - - - - - - - - - - + + + 公告信息 + + + + + + + + + + + {{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }} + + + - \ No newline at end of file