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