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