| | |
| | | { |
| | | title: '头像', |
| | | align: "center", |
| | | width: 120, |
| | | width: 80, |
| | | dataIndex: 'avatar', |
| | | scopedSlots: {customRender: "avatarslot"} |
| | | }, |
| | | |
| | | { |
| | | title: '性别', |
| | | align: "center", |
| | | width: 80, |
| | | dataIndex: 'sex_dictText', |
| | | sorter: true |
| | | }, |
| | | { |
| | | title: '生日', |
| | | align: "center", |
| | | width: 100, |
| | | dataIndex: 'birthday' |
| | | }, |
| | | { |
| | | title: '手机号码', |
| | | align: "center", |
| | | width: 100, |
| | | dataIndex: 'phone' |
| | | }, |
| | | // { |
| | | // title: '性别', |
| | | // align: "center", |
| | | // width: 80, |
| | | // dataIndex: 'sex_dictText', |
| | | // sorter: true |
| | | // }, |
| | | // { |
| | | // title: '生日', |
| | | // align: "center", |
| | | // width: 100, |
| | | // dataIndex: 'birthday' |
| | | // }, |
| | | // { |
| | | // title: '手机号码', |
| | | // align: "center", |
| | | // width: 100, |
| | | // dataIndex: 'phone' |
| | | // }, |
| | | { |
| | | title: '部门', |
| | | align: "center", |
| | | width: 180, |
| | | width: 240, |
| | | dataIndex: 'orgCodeTxt' |
| | | }, |
| | | { |
| | | title: '车间', |
| | | align: "center", |
| | | width: 180, |
| | | width: 240, |
| | | dataIndex: 'productionName' |
| | | }, |
| | | { |
| | |
| | | dataIndex: 'action', |
| | | scopedSlots: {customRender: 'action'}, |
| | | align: "center", |
| | | width: 170 |
| | | width: 80 |
| | | } |
| | | |
| | | ], |