Merge remote-tracking branch 'origin/feature/v1.3_营销资产中台' into feature/0707_产品权限

This commit is contained in:
rd
2025-07-08 17:28:32 +08:00
18 changed files with 835 additions and 430 deletions

View File

@ -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));
}