-
-
+
已选择
{{ selectedRows.length }} 张单
diff --git a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts
index 32b03295..10ca6f4b 100644
--- a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts
+++ b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts
@@ -256,9 +256,9 @@ export class PaymentOrderComponent implements OnInit {
text: '浏览',
click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id])
},
- {
- text: '修改',
- }
+ // {
+ // text: '修改',
+ // }
]
}
];