edit
This commit is contained in:
@ -41,7 +41,28 @@ export class FreightConfigComponent implements OnInit {
|
||||
nzWidth: 900,
|
||||
nzComponentParams: {
|
||||
extendType: '2',
|
||||
businessId: item.id
|
||||
businessId: item.id,
|
||||
formatTypeList: (item: any[]) => [
|
||||
...item,
|
||||
{
|
||||
name: '权限配置',
|
||||
items: [
|
||||
{
|
||||
configType: 1,
|
||||
itemType: 999
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: '费率变更记录',
|
||||
items: [
|
||||
{
|
||||
configType: 2,
|
||||
itemType: 999
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
|
||||
@ -203,11 +203,11 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });
|
||||
}
|
||||
},
|
||||
{
|
||||
acl: { ability: ['USERCENTER-FREIGHT-LIST-basicSetting'] },
|
||||
text: '基础设置',
|
||||
click: item => this.settingAction(item)
|
||||
},
|
||||
// {
|
||||
// acl: { ability: ['USERCENTER-FREIGHT-LIST-basicSetting'] },
|
||||
// text: '基础设置',
|
||||
// click: item => this.settingAction(item)
|
||||
// },
|
||||
{
|
||||
acl: { ability: ['USERCENTER-FREIGHT-LIST-balance'] },
|
||||
text: '资金账户',
|
||||
|
||||
Reference in New Issue
Block a user