|
@@ -56,6 +56,14 @@ export default {
|
|
statistics: {},
|
|
statistics: {},
|
|
columns: [
|
|
columns: [
|
|
{
|
|
{
|
|
|
|
+ key: 'nickname',
|
|
|
|
+ name: '账号昵称',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ key: 'phonenumber',
|
|
|
|
+ name: '账号手机号码',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
key: 'realName',
|
|
key: 'realName',
|
|
name: '申请者',
|
|
name: '申请者',
|
|
width: this.$col.m
|
|
width: this.$col.m
|
|
@@ -66,7 +74,7 @@ export default {
|
|
minWidth: this.$col.auto(240)
|
|
minWidth: this.$col.auto(240)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- key: 'phonenumber',
|
|
|
|
|
|
+ key: 'applyPhonenumber',
|
|
name: '手机号',
|
|
name: '手机号',
|
|
minWidth: this.$col.b
|
|
minWidth: this.$col.b
|
|
},
|
|
},
|