From ac293e862ac46e9e4aecf656628d5f257e76d811 Mon Sep 17 00:00:00 2001 From: lxj <15683799673@163.com> Date: Fri, 29 Aug 2025 15:11:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=8F=96=E6=B5=81?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E9=BB=98=E8=AE=A4=E6=94=B9=E6=88=90554?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/sis/acAdmin/index.vue | 4 ++-- apps/web-antd/src/views/sis/video/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/sis/acAdmin/index.vue b/apps/web-antd/src/views/sis/acAdmin/index.vue index f8da3d60..469f79fa 100644 --- a/apps/web-antd/src/views/sis/acAdmin/index.vue +++ b/apps/web-antd/src/views/sis/acAdmin/index.vue @@ -147,7 +147,7 @@ function streamProxy(nodeData: any, cb: Function) { if (nodeData.nvrIp) { params = { videoIp: nodeData.nvrIp, - videoPort: nodeData.nvrPort, + videoPort: 554, factoryNo: nodeData.nvrFactoryNo, account: nodeData.nvrAccount, pwd: nodeData.nvrPwd, @@ -156,7 +156,7 @@ function streamProxy(nodeData: any, cb: Function) { } else { params = { videoIp: nodeData.deviceIp, - videoPort: nodeData.devicePort, + videoPort: 554, factoryNo: nodeData.factoryNo, account: nodeData.deviceAccount, pwd: nodeData.devicePwd, diff --git a/apps/web-antd/src/views/sis/video/index.vue b/apps/web-antd/src/views/sis/video/index.vue index 0054c17a..950723b5 100644 --- a/apps/web-antd/src/views/sis/video/index.vue +++ b/apps/web-antd/src/views/sis/video/index.vue @@ -274,7 +274,7 @@ function streamProxy(nodeData: any, cb: Function) { if (nodeData.nvrIp) { params = { videoIp: nodeData.nvrIp, - videoPort: nodeData.nvrPort, + videoPort: 554, factoryNo: nodeData.nvrFactoryNo, account: nodeData.nvrAccount, pwd: nodeData.nvrPwd, @@ -283,7 +283,7 @@ function streamProxy(nodeData: any, cb: Function) { } else { params = { videoIp: nodeData.deviceIp, - videoPort: nodeData.devicePort, + videoPort: 554, factoryNo: nodeData.factoryNo, account: nodeData.deviceAccount, pwd: nodeData.devicePwd, From 053bfa93977bee24d414bcd63dc26a084a185353 Mon Sep 17 00:00:00 2001 From: zcxlsm Date: Fri, 29 Aug 2025 15:48:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor(property):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E7=94=A8=E7=94=B5=E8=B6=8B=E5=8A=BF=E9=A1=B5=E9=9D=A2=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E8=A1=A8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../elctricitySituation/index.vue | 58 ----- .../electricEnergy/electricTrend/index.vue | 217 ++++++++++-------- .../record-detail-modal.vue | 62 +++-- 3 files changed, 159 insertions(+), 178 deletions(-) diff --git a/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue b/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue index 432f78d2..75be80ef 100644 --- a/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue +++ b/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue @@ -260,63 +260,6 @@ function handleSelectFloor() {
-
-
-
环比
-
-
-
-
{{ chainData.todayEnergy }}
-
今日用能(kW.h)
-
-
-
{{ chainData.yesterdaySamePeriodEnergy }}
-
昨日同期(kW.h)
-
-
-
-
{{ chainData.dayTrendPercentage }}
-
{{ chainData.dayTrendValue }}kW.h
-
-
趋势
-
-
-
{{ chainData.currentMonthEnergy }}
-
当月用能(kW.h)
-
-
-
{{ chainData.lastMonthSamePeriodEnergy }}
-
上月同期(kW.h)
-
-
-
-
{{ chainData.monthTrendPercentage }}
-
{{ chainData.monthTrendValue }} - kW.h -
-
-
趋势
-
-
-
{{ chainData.currentYearEnergy }}
-
当年用能(kW.h)
- -
-
-
{{ chainData.lastYearSamePeriodEnergy }}
-
去年同期(kW.h)
-
-
-
-
{{ chainData.yearTrendPercentage }}
-
{{ chainData.yearTrendValue }} - kW.h -
-
-
趋势
-
-
-
@@ -338,7 +281,6 @@ function handleSelectFloor() {
日用电功率曲线
-
diff --git a/apps/web-antd/src/views/property/energyManagement/electricEnergy/electricTrend/index.vue b/apps/web-antd/src/views/property/energyManagement/electricEnergy/electricTrend/index.vue index c78babc1..37d2ba4c 100644 --- a/apps/web-antd/src/views/property/energyManagement/electricEnergy/electricTrend/index.vue +++ b/apps/web-antd/src/views/property/energyManagement/electricEnergy/electricTrend/index.vue @@ -1,6 +1,6 @@