diff --git a/packages/bigscreen/dv/AppQxnDv.vue b/packages/bigscreen/dv/AppQxnDv.vue index 448b62f7..b12cc9a4 100644 --- a/packages/bigscreen/dv/AppQxnDv.vue +++ b/packages/bigscreen/dv/AppQxnDv.vue @@ -13,7 +13,7 @@ {{ index + 1 }}

{{ item.gridName }}

- + 成员总数
{{ middleTotalInfo['成员总数'] }} - +

已激活

{{ middleTotalInfo['已激活'] }} - +

末激活

{{ middleTotalInfo['未激活'] }} - +
@@ -616,14 +616,14 @@ wjwqgkInfo: {}, colConfigs: [ { slot: 'index' }, - { prop: 'ownerName', label: '姓名', align: 'left', width: 56 }, - { prop: 'deptName', label: '单位', align: 'left', width: 82 }, + { prop: 'ownerName', label: '姓名', align: 'left', width: 58 }, + { prop: 'deptName', label: '单位', align: 'left' }, { prop: 'groupCount', label: '群数量', align: 'center', width: 56 }, { prop: 'groupMemberCount', label: '群人员', align: 'center', width: 56 }, { prop: 'newMemberCount', label: '新增群人员', align: 'center', width: 80 }, - { prop: 'hasMsgGroupCount', label: '有消息的群', align: 'center', width: 80 }, - { prop: 'msgCount', label: '群聊人数', align: 'center', width: 68 }, - { prop: 'hasMsgMemberCount', label: '群消息总数', align: 'center' } + // { prop: 'hasMsgGroupCount', label: '有消息的群', align: 'center', width: 80 }, + { prop: 'msgCount', label: '群聊人数', align: 'center', width: 80 }, + { prop: 'hasMsgMemberCount', label: '群消息总数', align: 'center', width: 80 } ] } }, @@ -679,7 +679,7 @@ }, rhyData () { - return [{key: '活跃成员', value: this.wxGroupOverview['活跃群成员数量(7天)']}, {key: '群成员', value: this.wxGroupOverview['群成员数量']}] + return [{key: '活跃成员', value: this.wxGroupOverview['活跃群成员数量(7天)']}, {key: '群成员 ', value: this.wxGroupOverview['群成员数量']}] }, rhyRate () { @@ -762,6 +762,21 @@ }, methods: { + onChange () { + this.$nextTick(() => { + this.instance.post(`/api/wxgridinfo/tree`, null, { + params: { + gridParentId: this.gridId, + corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA' + } + }).then(res => { + if (res.code === 0) { + } + }) + this.getInfo() + }) + }, + init (gridId) { this.gridId = '' this.gridParentId = gridId || 'gr3AePMwAAFWlqlNvfJboAWkRNbnA14A' @@ -1158,7 +1173,7 @@ } } .right-middle { - width: 512px; + width: 542px; margin: 0 14px; .right-middle__middle { @@ -1172,7 +1187,7 @@ display: flex; flex-direction: column; // flex: 1; - width: 600px; + width: 570px; overflow: hidden; .bottom { diff --git a/packages/bigscreen/dv/components/DvMap.vue b/packages/bigscreen/dv/components/DvMap.vue index 91627875..5eda7379 100644 --- a/packages/bigscreen/dv/components/DvMap.vue +++ b/packages/bigscreen/dv/components/DvMap.vue @@ -3,7 +3,7 @@
-
+

{{ title }}