From 0f4dc581fa7f680472451adfd2b4c0db2170924e Mon Sep 17 00:00:00 2001 From: zhongjun96 Date: Fri, 23 May 2025 10:29:11 +0800 Subject: [PATCH] :art: --- core/core-frontend/src/views/chart/components/js/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/util.ts b/core/core-frontend/src/views/chart/components/js/util.ts index b2625fa4fe..7370764726 100644 --- a/core/core-frontend/src/views/chart/components/js/util.ts +++ b/core/core-frontend/src/views/chart/components/js/util.ts @@ -12,7 +12,7 @@ import { ElMessage } from 'element-plus-secondary' import { useI18n } from '@/hooks/web/useI18n' import { useLinkStoreWithOut } from '@/store/modules/link' import { useAppStoreWithOut } from '@/store/modules/app' -import { Decimal } from "decimal.js"; +import { Decimal } from 'decimal.js' const appStore = useAppStoreWithOut() const isDataEaseBi = computed(() => appStore.getIsDataEaseBi)