丰都增加显示字段

This commit is contained in:
aixianling
2023-03-15 15:30:05 +08:00
parent 106535fc01
commit 3808155201

View File

@@ -143,15 +143,13 @@
// {slot: 'avatar'},
{slot: 'userinfo'},
{prop: 'ownerName', label: '群主', align: 'center'},
{prop: 'departmentName', label: '部门', align: 'center'},
{prop: 'areaName', label: '地区', align: 'center'},
{slot: 'tags'},
{
prop: 'personCount', label: '群人数', align: 'center'
},
{prop: 'personCount', label: '群人数', align: 'center'},
{prop: 'increase', label: '当日入群人数', align: 'center'},
{prop: 'decrease', label: '当日退群人数', align: 'center'},
{
prop: 'createTime', label: '创建时间', align: 'left'
},
{prop: 'createTime', label: '创建时间', align: 'left'},
{slot: 'options', label: '操作', align: 'center'}],
tableData: [],
subTags: [],
@@ -173,8 +171,7 @@
methods: {
getWxUserList() {
this.instance.post(`/app/wxcp/wxuser/listByDepartId`, {
}).then(res => {
this.instance.post(`/app/wxcp/wxuser/listByDepartId`, {}).then(res => {
if (res.code == 0) {
this.userList = res.data.map(item => {
item.dictName = item.name