|
@@ -70,7 +70,7 @@ let limit: number = proxy.$limit;
|
|
|
let fields: Ref<any[]> = ref([
|
|
|
{ label: '邀请码', model: 'code', isSearch: true },
|
|
|
{ label: '账号', model: 'account', isSearch: true },
|
|
|
- { label: '姓名', model: 'name', isSearch: true },
|
|
|
+ { label: '用户名', model: 'name', isSearch: true },
|
|
|
{ label: '手机号', model: 'phone', isSearch: true },
|
|
|
{ label: '所属辖区', model: 'area', format: (i) => getDict(i, 'area'), isSearch: true, type: 'select' },
|
|
|
{ label: '审核状态', model: 'status', format: (i) => getDict(i, 'status'), isSearch: true, type: 'select' }
|