bugfix 5303

This commit is contained in:
TaricXin
2022-03-14 18:29:55 +08:00
parent 23226b2df0
commit 9e473d2116

View File

@ -151,12 +151,12 @@ export class AdvanceCollectionComponent implements OnInit {
text: '浏览', text: '浏览',
click: item => this.router.navigate(['/financial-management/advance-collection/detail/' + item.id]) click: item => this.router.navigate(['/financial-management/advance-collection/detail/' + item.id])
}, },
{ // {
text: '核销' // text: '核销'
}, // },
{ // {
text: '退款' // text: '退款'
} // }
] ]
} }
]; ];