瀏覽代碼

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

fix: 去除重复的权限设置
outaozhen 2 年之前
父節點
當前提交
ba200cb0a7
共有 1 個文件被更改,包括 6 次插入0 次删除
  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%',