edit
This commit is contained in:
@ -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