edit
This commit is contained in:
@ -22,8 +22,8 @@
|
||||
|
||||
<ng-template #configTypeItemModal>
|
||||
<div se-container [labelWidth]="110" [col]="2">
|
||||
<se label="权限名称" required>
|
||||
<nz-select [(ngModel)]="functionInfo.buttonId" nzPlaceHolder="请选择权限名称" [disabled]="isDisabled">
|
||||
<se label="权限名称" required >
|
||||
<nz-select nzShowSearch nzAllowClear [(ngModel)]="functionInfo.buttonId" nzPlaceHolder="请选择权限名称" [disabled]="isDisabled">
|
||||
<nz-option [nzValue]="item.id" [nzLabel]="item.name" *ngFor="let item of functions"></nz-option>
|
||||
</nz-select>
|
||||
</se>
|
||||
|
||||
@ -196,7 +196,7 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{
|
||||
text: '查看 ',
|
||||
text: '查看',
|
||||
click: item => {
|
||||
this.router.navigate(['./detail', item.id], { relativeTo: this.ar });
|
||||
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });
|
||||
@ -207,7 +207,7 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
click: item => this.settingAction(item)
|
||||
},
|
||||
{
|
||||
text: '资金账户 ',
|
||||
text: '资金账户',
|
||||
click: item => this.showAccountDetail(item)
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user