edit
This commit is contained in:
@ -217,7 +217,7 @@ export class VoucherListComponent implements OnInit {
|
|||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: '浏览',
|
text: '浏览',
|
||||||
click: (item: any) => this.router.navigate(['/financial-management/voucher-management/detail/' + item.id])
|
click: (item: any) => this.router.navigate(['/financial-management/voucher-summary/list/detail/' + item.id])
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user