From 9e473d2116648e2e139020b9bdd738847210e25e Mon Sep 17 00:00:00 2001 From: TaricXin <583259872@qq.com> Date: Mon, 14 Mar 2022 18:29:55 +0800 Subject: [PATCH] bugfix 5303 --- .../advance-collection.component.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts b/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts index 7806bb1b..95c6ce06 100644 --- a/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts +++ b/src/app/routes/financial-management/components/advance-collection/advance-collection.component.ts @@ -151,12 +151,12 @@ export class AdvanceCollectionComponent implements OnInit { text: '浏览', click: item => this.router.navigate(['/financial-management/advance-collection/detail/' + item.id]) }, - { - text: '核销' - }, - { - text: '退款' - } + // { + // text: '核销' + // }, + // { + // text: '退款' + // } ] } ];