@@ -120,16 +120,7 @@
ellipsis: true,
resizable: true
},
- {
- title: '性别',
- dataIndex: 'sex',
- align: 'center',
- ellipsis: true,
- resizable: true,
- customRender({ value }) {
- return value == '1' ? '男' : '女'
- }
- },
+
{
title: '组织',
dataIndex: 'createOrgName',