Merge remote-tracking branch 'origin/build' into build
This commit is contained in:
@@ -87,8 +87,8 @@ export default {
|
|||||||
name: '',
|
name: '',
|
||||||
sta: {
|
sta: {
|
||||||
groupCount: '群总数',
|
groupCount: '群总数',
|
||||||
userCount: '成员总数',
|
userCount: '网格员总数',
|
||||||
activeCount: '成员活跃总数',
|
activeCount: '历史发消息人数',
|
||||||
residentCount: '居民总人数',
|
residentCount: '居民总人数',
|
||||||
groupuserCount: '群成员总数'
|
groupuserCount: '群成员总数'
|
||||||
}
|
}
|
||||||
@@ -101,11 +101,11 @@ export default {
|
|||||||
},
|
},
|
||||||
colConfigs() {
|
colConfigs() {
|
||||||
return [
|
return [
|
||||||
{label: "企微名称", prop: "name", width: 250},
|
{label: "客户名称", prop: "name"},
|
||||||
{label: "地区", prop: "areaName", align: 'center', width: 150},
|
{label: "地区", prop: "areaName", align: 'center', width: 150},
|
||||||
{label: "地区编码", prop: "areaId", align: 'center', width: 150},
|
{label: "地区编码", prop: "areaId", align: 'center', width: 150},
|
||||||
{label: "创建时间", prop: "createTime", align: 'center', width: 200},
|
{label: "创建时间", prop: "createTime", align: 'center', width: 200},
|
||||||
{label: 'CORP_ID', prop: "corpId"},
|
// {label: 'CORP_ID', prop: "corpId"},
|
||||||
{slot: 'options'}
|
{slot: 'options'}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user