diff --git a/src/app/admin/order/order-h-list/order-h-list.component.html b/src/app/admin/order/order-h-list/order-h-list.component.html
index 0ca73ee..5b7875d 100644
--- a/src/app/admin/order/order-h-list/order-h-list.component.html
+++ b/src/app/admin/order/order-h-list/order-h-list.component.html
@@ -42,6 +42,7 @@
+
@@ -62,6 +63,14 @@
+
+
+ 工会卡卡号
+
+
+
+
+
@@ -123,6 +132,7 @@
编号 |
订单名称 |
订单类型 |
+ 工会卡号 |
订单号 |
客户名称 |
充值号码 |
@@ -139,6 +149,7 @@
{{i+1}} |
{{data.remarks}} |
{{data.rechargeModel | rechargePrice}} |
+ {{data.idCard }} |
{{data.orderNo}} |
{{data.userName == null ? '暂无': data.userName}} |
{{data.rechargeContent == null ? '暂无': data.rechargeContent}} |
diff --git a/src/app/admin/order/order-h-list/order-h-list.component.ts b/src/app/admin/order/order-h-list/order-h-list.component.ts
index 1bf5d05..e7cdbb3 100644
--- a/src/app/admin/order/order-h-list/order-h-list.component.ts
+++ b/src/app/admin/order/order-h-list/order-h-list.component.ts
@@ -57,6 +57,7 @@ export class OrderHListComponent implements OnInit {
orderNo: [null],
rechargeModel: [null],
rechargeContent: [null],
+ idCard: [null],
userPhone: [null],
payTime: [null],
payType: [null],
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 eb538c1..41f0ac4 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
@@ -64,6 +64,14 @@
+
+
+ 工会卡卡号
+
+
+
+
+
@@ -125,6 +133,7 @@
编号 |
订单名称 |
订单类型 |
+ 工会卡号 |
订单号 |
客户名称 |
充值号码 |
@@ -141,6 +150,7 @@
{{i+1}} |
{{data.remarks}} |
{{data.rechargeModel | rechargePrice}} |
+ {{data.idCard}} |
{{data.orderNo}} |
{{data.userName == null ? '暂无': data.userName}} |
{{data.rechargeContent == null ? '暂无': data.rechargeContent}} |
diff --git a/src/app/admin/recharge-order/order-list/order-list.component.ts b/src/app/admin/recharge-order/order-list/order-list.component.ts
index db4ecc9..e85bde9 100644
--- a/src/app/admin/recharge-order/order-list/order-list.component.ts
+++ b/src/app/admin/recharge-order/order-list/order-list.component.ts
@@ -74,6 +74,7 @@ export class OrderListComponent implements OnInit , OnDestroy {
status: [null],
orderNo: [null],
rechargeModel: [null],
+ idCard: [null],
rechargeContent: [null],
userPhone: [null],
payTime: [null],