diff --git a/assets/image_20260713143040469.png b/assets/image_20260713143040469.png new file mode 100644 index 0000000..8a1de89 Binary files /dev/null and b/assets/image_20260713143040469.png differ diff --git a/templates/index.html b/templates/index.html index 2373806..9856f86 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2228,7 +2228,7 @@ const configName = item.config_name || '-'; const splitValue = item.split_name || '-'; const totalOrders = item.total_orders || 0; - const totalAmount = item.total_amount ? item.total_amount.toFixed(2) : '0.00'; + const totalAmount = item.total_amount ? parseFloat(item.total_amount).toFixed(2) : '0.00'; return `