From 9bd916876ff22a4e6d74e9c761bfeb29e7632201 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Tue, 28 Oct 2025 10:16:18 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=A5=E8=A1=A8=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../heating/heatanalysis/Heatanalysis.data.ts | 19 +-
.../heatanalysis/HeatanalysisAllList.vue | 256 ++++++++++++++++++
2 files changed, 264 insertions(+), 11 deletions(-)
create mode 100644 src/views/heating/heatanalysis/HeatanalysisAllList.vue
diff --git a/src/views/heating/heatanalysis/Heatanalysis.data.ts b/src/views/heating/heatanalysis/Heatanalysis.data.ts
index c3984cc..38fbbbb 100644
--- a/src/views/heating/heatanalysis/Heatanalysis.data.ts
+++ b/src/views/heating/heatanalysis/Heatanalysis.data.ts
@@ -8,7 +8,6 @@ export const columns: BasicColumn[] = [
title: '供热公司',
align: "center",
dataIndex: 'view001Name',
- width:140,
ellipsis: false
},
{
@@ -31,59 +30,57 @@ export const columns: BasicColumn[] = [
},
{
title:'一次网',
- width:100,
children:[
{
title: '供水温度',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view005',
},
{
title: '回水温度',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view006'
},
{
title: '供水压力',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view007'
},
{
title: '回水压力',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view008'
}
]},
{
title:'二次网',
- width:100,
children:[
{
title: '供水温度',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view009'
},
{
title: '回水温度',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view010'
},
{
title: '供水压力',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view011'
},
{
title: '回水压力',
align:"center",
- width:120,
+ width:100,
dataIndex: 'view012'
}
]},
diff --git a/src/views/heating/heatanalysis/HeatanalysisAllList.vue b/src/views/heating/heatanalysis/HeatanalysisAllList.vue
new file mode 100644
index 0000000..b826001
--- /dev/null
+++ b/src/views/heating/heatanalysis/HeatanalysisAllList.vue
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ record.view005 }}
+ {{ record.view035 }}
+ {{ record.view005 || record.view035 || 0 }}
+
+
+ {{ record.view006 }}
+ {{ record.view036 }}
+ {{ record.view005 || record.view035 || 0 }}
+
+
+
+
+
+
+
+
+
+
+