src/views/financialManagement/accounting/index.vue
@@ -480,7 +480,7 @@ // 格式化货币 const formatCurrency = (value) => { if (!value) return '0.00'; return Number(value).toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g, ','); return Number(value).toFixed(4).replace(/\B(?=(\d{3})+(?!\d))/g, ','); }; // 获取状态标签类型