diff --git a/src/views/data/electricity/components/networkBranch.vue b/src/views/data/electricity/components/networkBranch.vue
index bb664b7..0118428 100644
--- a/src/views/data/electricity/components/networkBranch.vue
+++ b/src/views/data/electricity/components/networkBranch.vue
@@ -30,9 +30,9 @@
const loadingTable = ref(true)
const columns = ref([
{ text: '首端节点名称', value: 'fbusName', align: 'center' },
- { text: '首端节点编号', value: 'fbusId', align: 'center' },
+ // { text: '首端节点编号', value: 'fbusId', align: 'center' },
{ text: '末端节点名称', value: 'tbusName', align: 'center' },
- { text: '末端节点编号', value: 'tbusId', align: 'center' },
+ // { text: '末端节点编号', value: 'tbusId', align: 'center' },
{ text: '支路电阻标幺值', value: 'r', align: 'center' },
// { text: '支路电纳标幺值', value: 'b', align: 'center' },
// { text: '长距离输电容量', value: 'ratea', align: 'center' },
diff --git a/src/views/data/electricity/components/networkBranch.vue b/src/views/data/electricity/components/networkBranch.vue
index bb664b7..0118428 100644
--- a/src/views/data/electricity/components/networkBranch.vue
+++ b/src/views/data/electricity/components/networkBranch.vue
@@ -30,9 +30,9 @@
const loadingTable = ref(true)
const columns = ref([
{ text: '首端节点名称', value: 'fbusName', align: 'center' },
- { text: '首端节点编号', value: 'fbusId', align: 'center' },
+ // { text: '首端节点编号', value: 'fbusId', align: 'center' },
{ text: '末端节点名称', value: 'tbusName', align: 'center' },
- { text: '末端节点编号', value: 'tbusId', align: 'center' },
+ // { text: '末端节点编号', value: 'tbusId', align: 'center' },
{ text: '支路电阻标幺值', value: 'r', align: 'center' },
// { text: '支路电纳标幺值', value: 'b', align: 'center' },
// { text: '长距离输电容量', value: 'ratea', align: 'center' },
diff --git a/src/views/data/electricity/network.vue b/src/views/data/electricity/network.vue
index d623a5c..e4b82ab 100644
--- a/src/views/data/electricity/network.vue
+++ b/src/views/data/electricity/network.vue
@@ -163,13 +163,13 @@
-
+
diff --git a/src/views/data/electricity/components/networkBranch.vue b/src/views/data/electricity/components/networkBranch.vue
index bb664b7..0118428 100644
--- a/src/views/data/electricity/components/networkBranch.vue
+++ b/src/views/data/electricity/components/networkBranch.vue
@@ -30,9 +30,9 @@
const loadingTable = ref(true)
const columns = ref([
{ text: '首端节点名称', value: 'fbusName', align: 'center' },
- { text: '首端节点编号', value: 'fbusId', align: 'center' },
+ // { text: '首端节点编号', value: 'fbusId', align: 'center' },
{ text: '末端节点名称', value: 'tbusName', align: 'center' },
- { text: '末端节点编号', value: 'tbusId', align: 'center' },
+ // { text: '末端节点编号', value: 'tbusId', align: 'center' },
{ text: '支路电阻标幺值', value: 'r', align: 'center' },
// { text: '支路电纳标幺值', value: 'b', align: 'center' },
// { text: '长距离输电容量', value: 'ratea', align: 'center' },
diff --git a/src/views/data/electricity/network.vue b/src/views/data/electricity/network.vue
index d623a5c..e4b82ab 100644
--- a/src/views/data/electricity/network.vue
+++ b/src/views/data/electricity/network.vue
@@ -163,13 +163,13 @@
-
+
diff --git a/src/views/data/environment/page.vue b/src/views/data/environment/page.vue
index ba56d14..9b51751 100644
--- a/src/views/data/environment/page.vue
+++ b/src/views/data/environment/page.vue
@@ -28,11 +28,11 @@
// { text: '大气压力', value: 'atmos', align: 'center' },
// { text: '降雨量', value: 'rainfall', align: 'center' },
// { text: '关照/总辐射量', value: 'radiation', align: 'center' },
- { text: '高温(°C)', value: 'temDay', align: 'center' },
- { text: '低温(°C)', value: 'temNight', align: 'center' },
+ { text: '高温(°C)', value: 'temDay', align: 'center', width: '110' },
+ { text: '低温(°C)', value: 'temNight', align: 'center', width: '110' },
// { text: '城市', value: 'city', align: 'center' },
// { text: '天气情况', value: 'wea', align: 'center' },
- // { text: '天气图标', value: 'weaImg', align: 'center' },
+ { text: '采集时间', value: 'uploadTime', align: 'center' },
]) // 表格
const total = ref(0)
const list = ref([])
@@ -129,9 +129,9 @@
-
+
-
+
diff --git a/src/views/data/environment/page.vue b/src/views/data/environment/page.vue
index ba56d14..9b51751 100644
--- a/src/views/data/environment/page.vue
+++ b/src/views/data/environment/page.vue
@@ -28,11 +28,11 @@
// { text: '大气压力', value: 'atmos', align: 'center' },
// { text: '降雨量', value: 'rainfall', align: 'center' },
// { text: '关照/总辐射量', value: 'radiation', align: 'center' },
- { text: '高温(°C)', value: 'temDay', align: 'center' },
- { text: '低温(°C)', value: 'temNight', align: 'center' },
+ { text: '高温(°C)', value: 'temDay', align: 'center', width: '110' },
+ { text: '低温(°C)', value: 'temNight', align: 'center', width: '110' },
// { text: '城市', value: 'city', align: 'center' },
// { text: '天气情况', value: 'wea', align: 'center' },
- // { text: '天气图标', value: 'weaImg', align: 'center' },
+ { text: '采集时间', value: 'uploadTime', align: 'center' },
]) // 表格
const total = ref(0)
const list = ref([])
@@ -129,9 +129,9 @@
-
+
-
+