diff --git a/packages/bigscreen/dv/AppQxnDv.vue b/packages/bigscreen/dv/AppQxnDv.vue index fb961835..d9060753 100644 --- a/packages/bigscreen/dv/AppQxnDv.vue +++ b/packages/bigscreen/dv/AppQxnDv.vue @@ -122,7 +122,7 @@
- +
@@ -623,7 +623,7 @@ methods: { init (gridId) { this.gridId = '' - this.gridParentId = gridId + this.gridParentId = gridId || 'gr3AePMwAAFWlqlNvfJboAWkRNbnA14A' this.instance.post(`/wxgridinfo/tree`, null, { params: { gridParentId: gridId || '', @@ -638,6 +638,12 @@ } } }) + + this.getInfo() + }, + + getInfo () { + }, Hex2RGBA(color, alpha = 1) { @@ -944,6 +950,7 @@ padding: 30px 14px 14px; background-image: linear-gradient(0deg, rgba(40, 182, 253, 0.08) 1%, rgba(0, 102, 154, 0.2) 100%); border-radius: 6px; + box-shadow: inset 0 -1px 0 0 transparent; transition: all ease 0.3s; &:hover { diff --git a/packages/bigscreen/dv/components/DvMap.vue b/packages/bigscreen/dv/components/DvMap.vue index 3b9c4891..b56e941d 100644 --- a/packages/bigscreen/dv/components/DvMap.vue +++ b/packages/bigscreen/dv/components/DvMap.vue @@ -6,37 +6,37 @@
-

兴仁公安局

+

{{ title }}

- 派出所 + {{ info['派出所数量'] }}
- 派出所 + {{ info['群数量'] }}
- 派出所 + {{ info['成员总数'] }}
- 派出所 + {{ info['群成员数量'] }}
- 派出所 + {{ rate }}
- 派出所 + {{ info['派出所数量'] }}
- 派出所 + {{ info['群主人数'] }}
@@ -47,45 +47,36 @@