diff --git a/jsowell-ui/src/views/member/merchantVIP/index.vue b/jsowell-ui/src/views/member/merchantVIP/index.vue
index 890dd643a..9c77467de 100644
--- a/jsowell-ui/src/views/member/merchantVIP/index.vue
+++ b/jsowell-ui/src/views/member/merchantVIP/index.vue
@@ -113,9 +113,21 @@
-
-
-
+
+
+ {{ scope.row.principalBalance.toFixed(2) }}
+
+
+
+
+ {{ scope.row.giftBalance.toFixed(2) }}
+
+
+
+
+ {{ scope.row.totalAccountAmount.toFixed(2) }}
+
+
@@ -280,10 +292,10 @@
totalConsumption
}}
{{
- totalRechargeAmount
+ accumulatedRechargeAmount
}}
{{
- totalConsumption
+ accumulatedConsumptionAmount
}}
@@ -589,7 +601,7 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
- // console.log("memberId", this.detailParameters.memberId);
+ // console.log("memberId", this.detailParameters.memberId);
const params = {
...this.queryParams,
memberId: this.detailParameters.memberId,