forked from Gitlink/forgeplus-react
FIX 修改项目权限名称
This commit is contained in:
parent
dcb01851b5
commit
55008a1dec
|
@ -9,10 +9,10 @@ const MENU_LIST = [{
|
|||
name:'管理员'
|
||||
},{
|
||||
id:"Developer",
|
||||
name:'开发人员'
|
||||
name:'可写权限'
|
||||
},{
|
||||
id:"Reporter",
|
||||
name:'报告人员'
|
||||
name:'可读权限'
|
||||
}];
|
||||
const LIMIT = 15;
|
||||
class Collaborator extends Component{
|
||||
|
|
Loading…
Reference in New Issue