|
@@ -121,21 +121,21 @@
|
|
|
});
|
|
|
const columns: BasicColumn[] = [
|
|
|
{
|
|
|
- title: '姓名',
|
|
|
- dataIndex: 'userName',
|
|
|
+ title: t('common.fullName'),
|
|
|
+ dataIndex: 'nickName',
|
|
|
edit: true,
|
|
|
editRule: true,
|
|
|
width: 200,
|
|
|
},
|
|
|
{
|
|
|
- title: '手机号',
|
|
|
+ title: t('sys.login.email'),
|
|
|
edit: true,
|
|
|
editRule: true,
|
|
|
width: 200,
|
|
|
- dataIndex: 'phone',
|
|
|
+ dataIndex: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- title: '操作',
|
|
|
+ title: t('common.operating'),
|
|
|
dataIndex: '',
|
|
|
slots: { customRender: 'action' },
|
|
|
width: 100,
|