Summary of vue_shop case study knowledge points (the third day)

Development permission list corresponding specifications

Insert picture description here

The basic page layout of the permission list

Insert picture description here

Insert picture description here

! Render card view (permission level)Insert picture description here

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Add a border line for the first level of authority

Insert picture description here
Insert picture description here

Rendering secondary permissions

Insert picture description here

Add a minimum width to the page

Insert picture description here

Center the first and second level permissions list

Insert picture description here

Set a removable label

Insert picture description here

Delete the corresponding data permissions according to the id

Insert picture description here
Insert picture description here

Update after deleting data permissions according to id

Insert picture description here

Define Assign Permission Dialog

Insert picture description here
Insert picture description here

Tree control

Insert picture description here

Effect after realization:
Insert picture description here

Add optional checkbox

Insert picture description here

Let the checked box bind a unique id value

Insert picture description here
Insert picture description here

Expand all nodes by default

Insert picture description here

Existing functions are checked by default

Insert picture description here

Recursively obtain all three levels of permissions under the role


Insert picture description here

I found that the problem is only added to the array every time the id is not cleared

Insert picture description here

Save the checked function to the database

Insert picture description here

Get all selected and selected nodes

Insert picture description here
Insert picture description here

Insert picture description here

Insert picture description here

Assigning Roles

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Click the button to assign roles

Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_50001396/article/details/113940949