Browse Source

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

outaozhen 2 years ago
parent
commit
92af4b8945
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Permission/BackRole/index.tsx

+ 1 - 1
src/pages/Permission/BackRole/index.tsx

@@ -78,7 +78,7 @@ const Role = () => {
       width: '15%'
       width: '15%'
     },
     },
     {
     {
-      title: '企事业名称',
+      title: '业务主体',
       dataIndex: 'institutionID',
       dataIndex: 'institutionID',
       width: '35%',
       width: '35%',
       render: (_, record) => record.institution?.name
       render: (_, record) => record.institution?.name