feat: 投放账户数据

This commit is contained in:
rd
2025-07-02 17:55:20 +08:00
parent b8d88cd6cb
commit 2b4e691f4e
21 changed files with 222 additions and 860 deletions

View File

@ -74,7 +74,7 @@ export function formatTableField(fieldItem: any, rowValue: any, showExactValue =
};
const _getValue = (value: any) => {
if (isNaN(value)) return value;
if (!isNumber(value)) return value || '-';
return formatNumberShow({ value, showExactValue });
};