From 9864ee43c71e5d9cadad36f7fdf4b50589f5ccbb Mon Sep 17 00:00:00 2001 From: haha Date: Sat, 10 May 2025 01:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=A7=E5=B1=8F=E5=92=8C?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/trend-chart-line.vue | 83 +- .../src/views/safety/powerIot.vue | 838 ++++++++++-------- .../views/manage/greenCarbonData/index.vue | 2 +- 3 files changed, 529 insertions(+), 394 deletions(-) diff --git a/yanzhu-bigscreen/src/components/trend-chart-line.vue b/yanzhu-bigscreen/src/components/trend-chart-line.vue index 11084786..d1ec0310 100644 --- a/yanzhu-bigscreen/src/components/trend-chart-line.vue +++ b/yanzhu-bigscreen/src/components/trend-chart-line.vue @@ -1,16 +1,14 @@ \ No newline at end of file diff --git a/yanzhu-bigscreen/src/views/safety/powerIot.vue b/yanzhu-bigscreen/src/views/safety/powerIot.vue index 40a3b0cf..2748e02a 100644 --- a/yanzhu-bigscreen/src/views/safety/powerIot.vue +++ b/yanzhu-bigscreen/src/views/safety/powerIot.vue @@ -1,367 +1,497 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue b/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue index 4a78523e..ca611ca1 100644 --- a/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue @@ -346,7 +346,7 @@ function handleDelete(row) { proxy.$modal .confirm('是否确认删除建碳管理编号为【' + _ids + '】的数据项?') .then(function () { - return delGreenCarbonData(_ids) + return delGreenCarbonData(row && row.id ? row.id : ids.value) }) .then(() => { getList()