diff --git a/src/views/accounts/extract/index.vue b/src/views/accounts/extract/index.vue
index 86d0aef..1e4da01 100644
--- a/src/views/accounts/extract/index.vue
+++ b/src/views/accounts/extract/index.vue
@@ -61,8 +61,9 @@
提现方式:{{ scope.row.extract_type | extractTypeFilter }}
- 提现金额:{{ scope.row.extract_price }}
+ 提现金额:{{ (Number(scope.row.extract_price) + Number(scope.row.withdraw_commission)).toFixed(2) }}
手续费:{{ scope.row.withdraw_commission || 0 }}
+ 实际到账:{{ scope.row.extract_price }}