diff --git a/src/app/admin/recharge-order/order-list/order-list.component.html b/src/app/admin/recharge-order/order-list/order-list.component.html
index bb5db86..6f6d80f 100644
--- a/src/app/admin/recharge-order/order-list/order-list.component.html
+++ b/src/app/admin/recharge-order/order-list/order-list.component.html
@@ -185,6 +185,7 @@
{{data['payTime'] | date: 'yyyy-MM-dd HH:mm:ss'}}
{{data['refundTime'] | date: 'yyyy-MM-dd HH:mm:ss'}}
{{data['payType'] | rechargePayType}}
+ {{data['laborUnionCard']}}
{{data['rechargeStatus'] | rechargeStatus}}
{{data['payStatus'] | payStatus}}
@@ -204,7 +205,7 @@
{{data.orderNo}} |
- {{data.rechargePlatform}} |
+ {{data.rechargePlatform == 1 ? '尖椒':'龙阅'}} |
{{data.status | chlidRechargeStatus}} |
{{data['createTime'] | date: 'yyyy-MM-dd HH:mm'}} |
diff --git a/src/app/admin/recharge-order/order-statistical/order-statistical.component.html b/src/app/admin/recharge-order/order-statistical/order-statistical.component.html
index fedba68..7ddffa9 100644
--- a/src/app/admin/recharge-order/order-statistical/order-statistical.component.html
+++ b/src/app/admin/recharge-order/order-statistical/order-statistical.component.html
@@ -19,11 +19,11 @@
订单状态
-
-
-
-
-
+
+
+
+
+
@@ -74,7 +74,7 @@
{{data.count}} |
{{data.payPrice}} |
{{data.orderPrice}} |
- {{data.status | rechargeStatus}} |
+ {{data.payStatus | payStatus}} |
diff --git a/src/app/admin/recharge-order/order-statistical/order-statistical.component.ts b/src/app/admin/recharge-order/order-statistical/order-statistical.component.ts
index 26ab063..5eb6a1d 100644
--- a/src/app/admin/recharge-order/order-statistical/order-statistical.component.ts
+++ b/src/app/admin/recharge-order/order-statistical/order-statistical.component.ts
@@ -27,7 +27,7 @@ export class OrderStatisticalComponent implements OnInit {
ngOnInit(): void {
this.searchForm = this.form.group({
finishTime: [null],
- status: ['3'],
+ status: ['100'],
});
this.getRequest(true, this.searchForm.value);
}