Browse Source

feat: 去掉权限列表的主体内容

outaozhen 2 years atrás
parent
commit
d1e5255fba
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/pages/Permission/BackRole/index.tsx

+ 0 - 6
src/pages/Permission/BackRole/index.tsx

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