Pārlūkot izejas kodu

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

fix: 去除重复的权限设置
outaozhen 2 gadi atpakaļ
vecāks
revīzija
ba200cb0a7
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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%',