fix(报表): 修复全年日历报表中金额计算逻辑错误

修复 getAmount 函数中 d.val 为 "other" 时的匹配逻辑,正确结果为支付方式为空或为"其他"的和。
This commit is contained in:
2026-02-03 16:38:45 +08:00
parent 7943cf2cb5
commit 2a457fc076
2 changed files with 23 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
// api接口请求地址
// window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名