This commit is contained in:
Taric Xin
2022-02-21 20:39:34 +08:00
parent 2c70028eb3
commit 901a5f0cdb
16 changed files with 500 additions and 298 deletions

View File

@ -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
});