diff --git a/src/views/staticsRecord/merchantCardStat.vue b/src/views/staticsRecord/merchantCardStat.vue
index 62df480..04aa078 100644
--- a/src/views/staticsRecord/merchantCardStat.vue
+++ b/src/views/staticsRecord/merchantCardStat.vue
@@ -75,6 +75,26 @@
+
+
+ {{ parseFloat(NumberDiv(scope.row.transferAmountSuccessfullyReceived, 100)).toFixed(2) }}
+
+
+
+
+
+
+
+
+ {{
+ parseFloat(NumberDiv(scope.row.transferSuccessTotalReceipts, scope.row.transferTotalReceipts) *
+ 100).toFixed(2) }}%
+ 0.00%
+
+
+
+
diff --git a/测试kakapay.zip b/测试kakapay.zip
index eedacf8..0ce956b 100644
Binary files a/测试kakapay.zip and b/测试kakapay.zip differ