diff --git a/src/utils/tools.ts b/src/utils/tools.ts index 105d541..e2093fc 100644 --- a/src/utils/tools.ts +++ b/src/utils/tools.ts @@ -3,6 +3,7 @@ * @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)); } diff --git a/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue b/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue index 457f04a..2d13904 100644 --- a/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue +++ b/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue @@ -72,6 +72,12 @@ }) }} + + + @@ -108,7 +117,7 @@