From 1df3f221e11c28607f414286842660327c2de8f2 Mon Sep 17 00:00:00 2001 From: 1 <13958863+jayjiajun@user.noreply.gitee.com> Date: Wed, 23 Jul 2025 14:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E5=8D=A1=E4=BA=A7=E5=93=81=E7=89=A9?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=A7=BB=E6=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesA/home/device/status/addProgram.vue | 4 + pagesA/home/device/status/display.vue | 2382 +++++++++++++--------- pagesA/home/device/status/index.vue | 2 +- 3 files changed, 1378 insertions(+), 1010 deletions(-) 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))