This commit is contained in:
xingyu
2022-11-22 22:07:03 +08:00
parent 6f1f24b43e
commit 52388705c0
4 changed files with 11 additions and 12 deletions

View File

@ -144,12 +144,12 @@
import { ref, reactive } from 'vue'
import { set } from 'lodash-es'
import { EChartsOption } from 'echarts'
import { Echart } from '@/components/Echart'
import { ElRow, ElCol, ElCard, ElSkeleton } from 'element-plus'
import { useI18n } from '@/hooks/web/useI18n'
import { useDesign } from '@/hooks/web/useDesign'
import { Echart } from '@/components/Echart'
import { CountTo } from '@/components/CountTo'
import type { AnalysisTotalTypes } from './types'
import { useDesign } from '@/hooks/web/useDesign'
import { ElRow, ElCol, ElCard, ElSkeleton } from 'element-plus'
import { pieOptions, barOptions, lineOptions } from './echarts-data'
const { t } = useI18n()