兴义大屏

This commit is contained in:
yanran200730
2022-09-08 17:39:47 +08:00
parent 3f713a8d15
commit 52d7c20639

View File

@@ -39,7 +39,7 @@
<div class="item-top jmq"> <div class="item-top jmq">
<div class="header"> <div class="header">
<span>居民群</span> <span>居民群</span>
<span>公安局</span> <span>{{ isChoose ? '派出所' : '公安局' }}</span>
<span>群成员</span> <span>群成员</span>
</div> </div>
<div class="item-top__list"> <div class="item-top__list">
@@ -228,6 +228,7 @@
total: 0, total: 0,
typeList: [], typeList: [],
list: [], list: [],
isChoose: false,
colorList: ['#2891FF', '#2AF0F8', '#61FDB9', '#FFBA68', '#FFBA68', '#FD6C39'] colorList: ['#2891FF', '#2AF0F8', '#61FDB9', '#FFBA68', '#FFBA68', '#FD6C39']
} }
}, },
@@ -398,6 +399,9 @@
}, },
getGridInfo (e) { getGridInfo (e) {
if (this.level === 2 && !this.isChoose) {
this.isChoose = true
}
if (e.level === 4) return if (e.level === 4) return
if (e.level !== 3) { if (e.level !== 3) {