edit
This commit is contained in:
@ -75,7 +75,10 @@
|
||||
<td>{{ item.keyCode }}</td>
|
||||
<td>{{ item.link }}</td>
|
||||
<td nzAlign="center" nzWidth="100px">
|
||||
<i nz-icon [nzType]="item.iconType"></i>
|
||||
<ng-container [ngSwitch]="item.iconType">
|
||||
<i *ngSwitchCase="'icon'" nz-icon [nzType]="item.value"></i>
|
||||
<i *ngSwitchCase="'iconfont'" [class]="item.value"></i>
|
||||
</ng-container>
|
||||
</td>
|
||||
<td nzAlign="right" nzWidth="100px">{{ item.sorted }}</td>
|
||||
<td nzAlign="center" nzWidth="250px">
|
||||
|
||||
@ -131,7 +131,7 @@ export class MenuModalComponent implements OnInit {
|
||||
const params = {
|
||||
...this.sf.value,
|
||||
...this.params,
|
||||
i18n: '',
|
||||
i18n: null,
|
||||
// i18n: this.sf.value.keyCode,
|
||||
menuType: 0,
|
||||
reuse: 0,
|
||||
|
||||
Reference in New Issue
Block a user