-
设定
-
启用
-
导出
-
清空
-
+
+ 最大计数: {{ formData.history && formData.history.max }}
+ 状态: {{ formData.history && !formData.history.enable?"启用":"禁用" }}
+
+
+
+
+
+
+
+
+
+ 设定
+ 启用
+ 导出
+ 清空
+
+
diff --git a/src/css/index.scss b/src/css/index.scss
index 2d519a4..8f9fdd4 100644
--- a/src/css/index.scss
+++ b/src/css/index.scss
@@ -318,4 +318,7 @@ s {
}
.height100 {
height:100%;
+}
+.el-drawer__header {
+ margin-bottom: 0 !important;
}
\ No newline at end of file
diff --git a/src/views/Data.vue b/src/views/Data.vue
index 9a10f4b..d4acbb7 100644
--- a/src/views/Data.vue
+++ b/src/views/Data.vue
@@ -15,7 +15,7 @@
通讯名称: {{ curDriver.driver_name }}
通讯总计数: {{ curDriver.health && curDriver.health.total_count }}
通讯描述: {{ curDriver.driver_description }}
-
通讯状态: {{ curDriver.driver_status }}
+
通讯状态: {{ txStatus[curDriver.driver_status] }}
通讯成功计数: {{ curDriver.health && curDriver.health.success_count }}
通讯失败计数: {{ curDriver.health && curDriver.health.failure_count }}
通讯最后一次成功时间: {{ curDriver.health && curDriver.health.last_success_time }}
@@ -45,16 +45,16 @@
设备名称: {{ curDevice.device_name }}
设备描述: {{ curDevice.device_description }}
- {{!curDevice.device_disable? '启用' : '禁用'}}
+ {{!curDevice.device_disable? '禁用' : '启用'}}
-