From c463ea3a215e89d0369ad26102bb8fca3fffdfd7 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Sun, 8 May 2022 09:11:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=AE=8C=E5=96=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../condition-monitoring.component.html | 60 +++++++++++++++---- .../host-config/host-config.component.html | 2 +- .../host-config/host-config.component.ts | 59 +++++++++--------- 3 files changed, 76 insertions(+), 45 deletions(-) diff --git a/src/app/system-management/condition-monitoring/condition-monitoring.component.html b/src/app/system-management/condition-monitoring/condition-monitoring.component.html index 87e59ad..afb5bf1 100644 --- a/src/app/system-management/condition-monitoring/condition-monitoring.component.html +++ b/src/app/system-management/condition-monitoring/condition-monitoring.component.html @@ -32,10 +32,10 @@ [nzType]="'sync'">重置 - + --> + @@ -59,10 +63,16 @@ ip地址 所属油站 设备状态 - 识别程序服务状态 - 识别程序状态 - 镜像状态 - + + 识别程序更新状态 + 识别程序更新状态开始时间 + 识别程序更新状态结束时间 + 镜像更新状态 + 镜像更新状态开始时间 + 镜像更新状态结束时间 + 监控程序更新状态 + 监控程序更新状态开始时间 + 监控程序更新状态结束时间 @@ -72,27 +82,51 @@ {{ data.hostIPAddress }} {{ data.gasStationName }} {{ data.hubConnectionState == 'Disconnected' ? '未连接' : '已连接' }} - + 未更新 更新中 已更新 + + {{data.appUpdatingStartedTime ? (data.appUpdatingStartedTime | date:"yyyy-MM-dd HH:mm:ss") : + '/'}} + + + {{data.appUpdatingFinishedTime ? (data.appUpdatingFinishedTime | date:"yyyy-MM-dd HH:mm:ss") : + '/'}} + 未更新 更新中 已更新 - + + {{data.imageUpdatingStartedTime ? (data.imageUpdatingStartedTime | date:"yyyy-MM-dd HH:mm:ss") : + '/'}} + + + {{data.imageUpdatingFinishedTime ? (data.imageUpdatingFinishedTime | date:"yyyy-MM-dd HH:mm:ss") : + '/'}} + + + 未更新 + 更新中 + 已更新 + + + {{data.monitorUpdatingStartedTime ? (data.monitorUpdatingStartedTime | date:"yyyy-MM-dd HH:mm:ss") : + '/'}} + + + {{data.monitorUpdatingFinishedTime ? (data.monitorUpdatingFinishedTime | date:"yyyy-MM-dd HH:mm:ss") : + '/'}} + diff --git a/src/app/system-management/host-config/host-config.component.html b/src/app/system-management/host-config/host-config.component.html index 4452fe2..1fd7a1d 100644 --- a/src/app/system-management/host-config/host-config.component.html +++ b/src/app/system-management/host-config/host-config.component.html @@ -44,7 +44,7 @@