|
@@ -178,13 +178,13 @@ export default {
|
|
|
return this.BaseTool.Object.getField(this.identityTypeMap, text)
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
+ /*{
|
|
|
title: '职务',
|
|
|
dataIndex: 'jobType',
|
|
|
customRender: (text, record, index) => {
|
|
|
return this.BaseTool.Object.getField(this.jobTypeMap, text)
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|