Merge remote-tracking branch 'origin/feature/v1.3_营销资产中台' into feature/0707_产品权限
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
* @Date: 2025-06-27 17:36:31
|
||||
*/
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
export function toFixed(num: number | string, n: number): number {
|
||||
return parseFloat(parseFloat(num.toString()).toFixed(n));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user