edit
This commit is contained in:
		| @ -14,13 +14,12 @@ | ||||
|     </div> | ||||
| </nz-card> | ||||
|  | ||||
| <nz-card class="content-box"> | ||||
|  | ||||
| <nz-card> | ||||
|     <div class="d-flex justify-content-end mb-sm"> | ||||
|         <div> | ||||
|             <button nz-button nzType="primary" (click)="roleAction()">新建角色</button> | ||||
|         </div> | ||||
|     </div> | ||||
|     <st #st [data]="service.$api_get_role_page" [columns]="columns" [req]="{ process: beforeReq }" | ||||
|         [loading]="service.http.loading" [scroll]="{ y: '370px' }" (change)="stChange($event)"></st> | ||||
|     <st #st [data]="params.listUrl" [columns]="columns" [req]="{ process: beforeReq }" [loading]="service.http.loading" | ||||
|         [scroll]="{ y: '370px' }"></st> | ||||
| </nz-card> | ||||
		Reference in New Issue
	
	Block a user