This commit is contained in:
Taric Xin
2022-04-15 11:08:31 +08:00
parent 87fe9ecb7f
commit 0a94c81031

View File

@ -217,7 +217,7 @@ export class VoucherListComponent implements OnInit {
buttons: [
{
text: '浏览',
click: (item: any) => this.router.navigate(['/voucher-summary/list/detail/' + item.id])
click: (item: any) => this.router.navigate(['/financial-management/voucher-management/detail/' + item.id])
}
]
}