张诺
10 天以前 b41552e7d56a7068e9080a475baaef9c173f8b7e
src/views/financialManagement/accounting/index.vue
@@ -479,8 +479,8 @@
// 格式化货币
const formatCurrency = (value) => {
  if (!value) return '0.00';
  return Number(value).toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g, ',');
  if (!value) return '0.000';
  return Number(value).toFixed(3).replace(/\B(?=(\d{3})+(?!\d))/g, ',');
};
// 获取状态标签类型