diff --git a/pagesA/home/device/status/addProgram.vue b/pagesA/home/device/status/addProgram.vue
index d5236e0..e7565df 100644
--- a/pagesA/home/device/status/addProgram.vue
+++ b/pagesA/home/device/status/addProgram.vue
@@ -23,6 +23,10 @@
style="max-width:110px; margin-left: 60px;" />
秒
+
+ 节目备注
+
+
diff --git a/pagesA/home/device/status/display.vue b/pagesA/home/device/status/display.vue
index 183d071..e4c2b85 100644
--- a/pagesA/home/device/status/display.vue
+++ b/pagesA/home/device/status/display.vue
@@ -44,7 +44,7 @@
-
+
屏幕开关
@@ -66,8 +66,14 @@
屏幕参数
-
+
+
+ 屏幕模板
+ {{ screenParams.templateLabel || '请选择屏幕模板'
+ }}
+
+
@@ -96,6 +102,9 @@
+
+ 下发参数
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 传感器阈值
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下发阈值
+
@@ -160,40 +202,558 @@
-
+
+
+
+
+ 编译信息
+
+
+
+
+ 编译版本:
+ {{ buildVersion || '加载中...' }}
+
+
+ 编译时间:
+ {{ buildTime || '加载中...' }}
+
+
+
\ No newline at end of file
diff --git a/pagesA/home/device/status/index.vue b/pagesA/home/device/status/index.vue
index 57ceca9..b808281 100644
--- a/pagesA/home/device/status/index.vue
+++ b/pagesA/home/device/status/index.vue
@@ -95,7 +95,7 @@
}
this.isRelayProduct = this.device.productName === '多路控制器';
this.isVoiceProduct = this.device.productName === '声卡';
- this.isGatewayProduct = this.device.productName === '网关卡兼容';
+ this.isGatewayProduct = this.device.productName === '网关';
this.isdisplay = this.device.productName === '显卡设置';
console.log("create的数据", JSON.stringify(this.deviceInfo))