diff --git a/pages/deviceManage/index.vue b/pages/deviceManage/index.vue
index 51ab638..6f4432a 100644
--- a/pages/deviceManage/index.vue
+++ b/pages/deviceManage/index.vue
@@ -54,6 +54,7 @@
{{ field.label }}
+
@@ -77,30 +78,33 @@
断开
+
+
+
-
+
-
+
{{ getStatusText(deviceDetail.errorStatus) }}
+
+
+
-
- {{ deviceDetail.errorStatus === -1 ? '断开' : deviceDetail.errorStatus }}
+
+ {{ deviceDetail.errorStatus === -1 ? '断开' : getStatusText(deviceDetail.errorStatus) }}
+
+
{{ getCurrentTime() }}
-
-
- {{ deviceDetail[field.key] }}
-
+
@@ -116,7 +120,6 @@
{{ field.label }}
-
{{ printInfo[field.key] }}
@@ -127,8 +130,6 @@
-
-