Commit 6217bc30 authored by 纪泽龙's avatar 纪泽龙

Merge branch 'jzl'

parents 0f257aa0 2eea8e89
...@@ -1345,13 +1345,14 @@ export default { ...@@ -1345,13 +1345,14 @@ export default {
.usernum { .usernum {
width: 100%; width: 100%;
text-align: center; text-align: center;
margin-top:10px;
} }
.usernumin { .usernumin {
font-size: 15px; font-size: 15px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex-start; justify-content: flex-start;
margin-bottom: 5px; margin-bottom: 15px;
} }
.titletu { .titletu {
margin-left: 40px; margin-left: 40px;
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2022-01-11 13:44:17 * @Date: 2022-01-11 13:44:17
* @LastEditTime: 2024-08-01 10:15:59 * @LastEditTime: 2024-08-01 16:03:35
* @LastEditors: 纪泽龙 jizelong@qq.com * @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue * @FilePath: /test/hello-world/src/views/Home.vue
...@@ -189,7 +189,7 @@ export default { ...@@ -189,7 +189,7 @@ export default {
map: null, map: null,
show: false, show: false,
// centerData: null, // centerData: null,
selarr: [1, 2, 3], selarr: [1,2,3],
weather: "", weather: "",
lower: "", lower: "",
higher: "", higher: "",
...@@ -261,7 +261,7 @@ export default { ...@@ -261,7 +261,7 @@ export default {
name: "餐饮单位液化气用户", name: "餐饮单位液化气用户",
}, },
], ],
selarr1: [], selarr1: [1],
// 用户的center数据 // 用户的center数据
detcetorList: [], detcetorList: [],
centerUserId: null, centerUserId: null,
...@@ -540,14 +540,14 @@ export default { ...@@ -540,14 +540,14 @@ export default {
// 管道;动效 // 管道;动效
showAnimate(bool) { showAnimate(bool) {
console.log(bool) console.log(bool);
let num = 1; let num = 1;
if (!bool) { if (!bool) {
num = 1; num = 1;
} else { } else {
num = 0.1; num = 0.1;
} }
this.map.piprOpacityChange(num) this.map.piprOpacityChange(num);
}, },
// 设备上图 // 设备上图
addDevice(data, component, show) { addDevice(data, component, show) {
...@@ -710,7 +710,7 @@ export default { ...@@ -710,7 +710,7 @@ export default {
// }, // },
// 更改下方列表 // 更改下方列表
listChange(arr) { listChange(arr) {
console.log(arr); console.log("listChange",arr,this.selarr1);
// return; // return;
this.selarr = [...arr]; this.selarr = [...arr];
this.map.allfilter(this.selarr, this.selarr1); this.map.allfilter(this.selarr, this.selarr1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment