diff --git a/templates/index.html b/templates/index.html
index 0dd2b2c..3e78a05 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -992,7 +992,7 @@
${item.config_name || '-'} |
${item.split_name || item.split_value} |
${item.total_orders} |
- ¥${(item.total_amount || 0).toFixed(2)} |
+ ¥${parseFloat(item.total_amount || 0).toFixed(2)} |
${item.status === 1 ? '✓ 成功' : '✗ 失败'}
|