|
@@ -224,7 +224,7 @@
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
const columns = [
|
|
const columns = [
|
|
|
- { title: '学员编号', dataIndex: 'phone', align: 'center' },
|
|
|
|
|
|
|
+ { title: '学员编号', dataIndex: 'ACCOUNT', align: 'center' },
|
|
|
{ title: '姓名', dataIndex: 'userIdName', align: 'center' },
|
|
{ title: '姓名', dataIndex: 'userIdName', align: 'center' },
|
|
|
{ title: '性别', dataIndex: 'gender', align: 'center' },
|
|
{ title: '性别', dataIndex: 'gender', align: 'center' },
|
|
|
{ title: '账号状态', dataIndex: 'userStatusName', align: 'center' },
|
|
{ title: '账号状态', dataIndex: 'userStatusName', align: 'center' },
|