|
@@ -234,10 +234,10 @@
|
|
|
}
|
|
|
},*/
|
|
|
{
|
|
|
- title: '用户账号',
|
|
|
+ title: '部门',
|
|
|
align: "center",
|
|
|
- dataIndex: 'username',
|
|
|
- width: 120
|
|
|
+ width: 180,
|
|
|
+ dataIndex: 'orgCode'
|
|
|
},
|
|
|
{
|
|
|
title: '用户姓名',
|
|
@@ -246,25 +246,16 @@
|
|
|
dataIndex: 'realname',
|
|
|
},
|
|
|
{
|
|
|
- title: '头像',
|
|
|
+ title: '工号',
|
|
|
align: "center",
|
|
|
width: 120,
|
|
|
- dataIndex: 'avatar',
|
|
|
- scopedSlots: {customRender: "avatarslot"}
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- title: '性别',
|
|
|
- align: "center",
|
|
|
- width: 80,
|
|
|
- dataIndex: 'sex_dictText',
|
|
|
- sorter: true
|
|
|
+ dataIndex: 'workNo',
|
|
|
},
|
|
|
{
|
|
|
- title: '生日',
|
|
|
+ title: '身份证号',
|
|
|
align: "center",
|
|
|
- width: 100,
|
|
|
- dataIndex: 'birthday'
|
|
|
+ width: 120,
|
|
|
+ dataIndex: 'nidNo',
|
|
|
},
|
|
|
{
|
|
|
title: '手机号码',
|
|
@@ -279,17 +270,42 @@
|
|
|
dataIndex: 'pkOrgName'
|
|
|
},
|
|
|
{
|
|
|
- title: '部门',
|
|
|
+ title: '生日',
|
|
|
align: "center",
|
|
|
- width: 180,
|
|
|
- dataIndex: 'orgCode'
|
|
|
- },
|
|
|
+ width: 100,
|
|
|
+ dataIndex: 'birthday'
|
|
|
+ },
|
|
|
{
|
|
|
title: '状态',
|
|
|
align: "center",
|
|
|
width: 80,
|
|
|
dataIndex: 'status_dictText'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '用户账号',
|
|
|
+ align: "center",
|
|
|
+ dataIndex: 'username',
|
|
|
+ width: 120
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ // {
|
|
|
+ // title: '头像',
|
|
|
+ // align: "center",
|
|
|
+ // width: 120,
|
|
|
+ // dataIndex: 'avatar',
|
|
|
+ // scopedSlots: {customRender: "avatarslot"}
|
|
|
+ // },
|
|
|
+
|
|
|
+ // {
|
|
|
+ // title: '性别',
|
|
|
+ // align: "center",
|
|
|
+ // width: 80,
|
|
|
+ // dataIndex: 'sex_dictText',
|
|
|
+ // sorter: true
|
|
|
+ // },
|
|
|
+
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|