From 457117add79073db19bea5fdebd2182fd3e3192c Mon Sep 17 00:00:00 2001 From: wwp <782568523@qq.com> Date: Fri, 16 Aug 2024 17:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E5=88=97=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SafeCampus.WEB/src/views/login/index.vue | 2 +- .../src/views/monitor/live/index.vue | 4 + SafeCampus.WEB/src/views/warn/zjrq/index.vue | 94 +++++++++---------- 3 files changed, 50 insertions(+), 50 deletions(-) diff --git a/SafeCampus.WEB/src/views/login/index.vue b/SafeCampus.WEB/src/views/login/index.vue index 524a164..9e40edd 100644 --- a/SafeCampus.WEB/src/views/login/index.vue +++ b/SafeCampus.WEB/src/views/login/index.vue @@ -62,7 +62,7 @@ interface LoginProps { //默认值 const props = reactive({ - sysName: "校园监控智能分析平台", + sysName: "AI监控预警分析平台", sysVersion: "", sysLogo: "", sysTenantOption: TenantEnum.CLOSE, diff --git a/SafeCampus.WEB/src/views/monitor/live/index.vue b/SafeCampus.WEB/src/views/monitor/live/index.vue index 385582f..40a453c 100644 --- a/SafeCampus.WEB/src/views/monitor/live/index.vue +++ b/SafeCampus.WEB/src/views/monitor/live/index.vue @@ -257,10 +257,14 @@ const append = (type: string, data: Tree) => { groupVisible.value = true; groupFormType.value = type if (type == "edit") { + groupTitle.value = "编辑分组"; groupForm.name = data.name; groupForm.id = data.id; } else if(type == "addChild") { + groupTitle.value = "新增分组"; groupForm.parentId = data.id + } else { + groupTitle.value = "新增分组"; } }; // 删除分组 diff --git a/SafeCampus.WEB/src/views/warn/zjrq/index.vue b/SafeCampus.WEB/src/views/warn/zjrq/index.vue index 75628b0..c779465 100644 --- a/SafeCampus.WEB/src/views/warn/zjrq/index.vue +++ b/SafeCampus.WEB/src/views/warn/zjrq/index.vue @@ -11,13 +11,13 @@ label="label" id="value" :isData="true" - width="260px" + width="240px" :data="warnOptions" @change="changeType" >
- + + + +