|
@@ -2,7 +2,6 @@ export const columns = [
|
|
|
|
|
|
{ title: '用户ID', dataIndex: 'id', align: 'center', width:100 },
|
|
{ title: '用户ID', dataIndex: 'id', align: 'center', width:100 },
|
|
{ title: '员工账号', dataIndex: 'username', align: 'center', width:100 },
|
|
{ title: '员工账号', dataIndex: 'username', align: 'center', width:100 },
|
|
- { title: '用户工号', dataIndex: 'jobId', align: 'center' , width:100 },
|
|
|
|
{ title: '用户姓名', dataIndex: 'name', align: 'center', width:100 },
|
|
{ title: '用户姓名', dataIndex: 'name', align: 'center', width:100 },
|
|
{
|
|
{
|
|
title: '登录角色',
|
|
title: '登录角色',
|
|
@@ -18,8 +17,8 @@ export const columns = [
|
|
slotName: 'state',
|
|
slotName: 'state',
|
|
width:200
|
|
width:200
|
|
},
|
|
},
|
|
- { title: '更新时间', dataIndex: 'updatedAt', align: 'center', width:200 },
|
|
|
|
- { title: '创建时间', dataIndex: 'createdAt', align: 'center', width:200 },
|
|
|
|
|
|
+ { title: '更新时间', dataIndex: 'updated_at', align: 'center', width:200 },
|
|
|
|
+ { title: '创建时间', dataIndex: 'created_at', align: 'center', width:200 },
|
|
{
|
|
{
|
|
title: '操作',
|
|
title: '操作',
|
|
dataIndex: 'id',
|
|
dataIndex: 'id',
|