This commit is contained in:
zhongjun96
2025-05-23 10:29:11 +08:00
committed by xuwei-fit2cloud
parent c496f678a6
commit 0f4dc581fa

View File

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