|
@@ -76,6 +76,7 @@ export default {
|
|
|
{ label: '微信号', prop: 'info5' },
|
|
|
{ label: '粉丝数量', prop: 'info6' },
|
|
|
{ label: '获赞数量', prop: 'info7' },
|
|
|
+ { label: '所属区域', prop: 'info8' },
|
|
|
// { label: '更新人', prop: 'update_by' },
|
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
|
// { label: '状态', prop: 'status', type: 'tag', tags: arrToObj(this.$dictData.dictStatus), tagTypeObj: {'1': 'success', '2': 'danger'} },
|