Browse Source

feat: 后台人员管理+后台功能角色设置相关

fix: 去除重复的权限设置
outaozhen 2 years atrás
parent
commit
ba200cb0a7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/pages/Permission/BackRole/index.tsx

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

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