You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
354 B

<crud-template #$crud [defination]="defination" [api]="'roles'" [row-operation-template]="$menu" [error]="error">
<!--权限配置-->
<ng-template #$menu let-row>
<button mat-icon-button matTooltip="{{ 'routes.basic.role.menu' | translate }}" (click)="menu(row.id)">
<mat-icon>menu</mat-icon>
</button>
</ng-template>
</crud-template>