fix: 去除重复的权限设置
@@ -78,6 +78,12 @@ const Role = () => {
width: '15%'
},
{
+ title: '企事业名称',
+ dataIndex: 'institutionID',
+ width: '35%',
+ render: (_, record) => record.institution?.name
+ },
+ {
title: '操作',
dataIndex: 'operation',
width: '10%',