@@ -78,12 +78,6 @@ const Role = () => {
width: '15%'
},
{
- title: '业务主体',
- dataIndex: 'institutionID',
- width: '35%',
- render: (_, record) => record.institution?.name
- },
- {
title: '操作',
dataIndex: 'operation',
width: '10%',