From 5f00be24b038e983f82c2b88d7bce405754052b3 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Wed, 16 Jul 2025 10:14:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tools.ts | 1 + .../components/account-info/index.vue | 13 ++++++++++++- .../media-account/account-detail/constants.ts | 12 +++++++++--- .../components/account-table/index.vue | 7 +++++++ .../components/account-table/index.vue | 8 +++++++- 5 files changed, 36 insertions(+), 5 deletions(-) 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 @@