Git Product home page Git Product logo

permission-web's Introduction

permission-web

权限管理系统

我认为的权限管理系统,就是用户登录后能够看到并能够使用那些子系统、菜单以及菜单上的功能按钮。


所以我将应用系统、菜单、页面元素分别做成功能模块进行维护。


在进行用户管理时、将用户设置好机构、岗位、职级以及角色,用以实际工作中区分用户类型。


而用户的角色是该权限管理系统的核心,在角色管理模块进行权限分配控制,也就是给这个角色分配能够使用的应用系统、菜单以及页面元素。在用户登陆时根据该登陆者的角色所拥有的权限进行权限控制


关系图如下所示:



权限管理系统页面展示

    <li><h2>机构管理</h2></li>
    	<h4>机构管理列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/1机构管理.png"/></br>
    	<h4>新增机构</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/1机构管理——新增.png"/></br>
    </br>
    	
    <li><h2>岗位管理</h2></li>
    	<h4>岗位管理列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/2岗位管理.png"/></br>	
    </br>
    	
    <li><h2>职级管理</h2></li>
    	<h4>职级管理列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/3职级管理.png"/></br>
    </br>
    
    <li><h2>角色管理</h2></li>
    	<h3>在这个权限管理系统之中,角色管理是核心,在登陆时根据该登陆者的角色所拥有的权限进行权限控制</h3>
    	<h4>角色管理列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/4角色管理.png"/></br>
    	<h4>维护角色权限</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/4角色管理——权限维护.png"/></br>
    </br>
    
    <li><h2>系统类型</h2></li>
    	<h4>系统类型列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/5系统类型.png"/></br>
    </br>
    
    <li><h2>应用系统</h2></li>
    	<h4>应用系统列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/6应用系统.png"/></br>
    </br>
    
    <li><h2>菜单管理</h2></li>
    	<h4>菜单管理列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/7菜单管理.png"/></br>	
    	<h4>增加菜单</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/7菜单管理——新增.png"/></br>	
    </br>
    
    <li><h2>页面元素</h2></li>
    	<h4>页面元素列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/8页面元素.png"/></br>
    	<h4>新增页面元素</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/8页面元素——新增.png"/></br>
    </br>
    
    <li><h2>用户管理</h2></li>
    	<h4>用户列表页</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/9用户管理.png"/></br>
    	<h4>新增用户</h4>
    	<img src="https://github.com/hejiawang/permission-web/raw/master/doc/image/9用户管理——新增.png"/></br>
    </br>
    


使用说明

代码结构

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.