feat: 投放账户数据
This commit is contained in:
@ -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 });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user