diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/cardItem.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/cardItem.vue
index 256351a6..4f273296 100644
--- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/cardItem.vue
+++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/cardItem.vue
@@ -38,7 +38,7 @@
品牌型号
- {{cardData.manufacture || '暂无'}}
+ {{cardData.brand || '暂无'}}
diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue
index 81dc58b9..91e92cb0 100644
--- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue
+++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue
@@ -8,13 +8,32 @@
width="60"
type="index"
>
-
-
-
+
+
+ {{ scope.row.occurTime || '--' }}
+
+
+
+
+ {{ scope.row.level || '--' }}
+
+
+
+
+ {{ scope.row.message || '--' }}
+
+
- 已处理
- 未处理
+
+ 已处理
+
+
+ 未处理
+
+
+ --
+
diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/interface.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/interface.vue
index e8ff2d30..50cd32bb 100644
--- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/interface.vue
+++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/interface.vue
@@ -10,16 +10,54 @@
>
- {{ parseTime(scope.row.gatherTime) }}
+ {{ parseTime(scope.row.gatherTime) || '--' }}
+
+
+
+
+ {{ scope.row.id || '--' }}
+
+
+
+
+ {{ scope.row.commuicateMode == 1 ? 'full' : scope.row.commuicateMode == 2 ? 'half' : '--' }}
+
+
+
+
+ {{ scope.row.inFlow || '--' }}
+
+
+
+
+ {{ scope.row.outFlow || '--' }}
+
+
+
+
+ {{ scope.row.inBandwidth || '--' }}
+
+
+
+
+ {{ scope.row.outBandwidth || '--' }}
+
+
+
+
+ {{ scope.row.lossRate || '--' }}
+
+
+
+
+ {{ scope.row.errorRate || '--' }}
+
+
+
+
+ {{ scope.row.rate || '--' }}
-
-
-
-
-
-
-
diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/routing.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/routing.vue
index 4abfaed6..4e1af7dd 100644
--- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/routing.vue
+++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/routing.vue
@@ -8,9 +8,21 @@
width="60"
type="index"
>
-
-
-
+
+
+ {{ scope.row.desAddress || '--' }}
+
+
+
+
+ {{ scope.row.subnetMask || '--' }}
+
+
+
+
+ {{ scope.row.nextHop || '--' }}
+
+
diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue
index f91b3c27..d9dcc453 100644
--- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue
+++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/vlan.vue
@@ -8,9 +8,21 @@
width="60"
type="index"
>
-
-
-
+
+
+ {{ scope.row.mainId || '--' }}
+
+
+
+
+ {{ scope.row.ipAddress || '--' }}
+
+
+
+
+ {{ scope.row.subnetMask || '--' }}
+
+