feat: 完善仪表盘总计区块内容

This commit is contained in:
2023-09-09 00:20:50 +08:00
parent 0ec5647421
commit 3440aa4faa
26 changed files with 320 additions and 75 deletions

View File

@@ -75,7 +75,7 @@
<script lang="ts" setup>
import { ref } from 'vue';
import useLoading from '@/hooks/loading';
import { queryPopularList } from '@/api/dashboard';
import { queryPopularList } from '@/api/common/dashboard';
import type { TableData } from '@arco-design/web-vue/es/table/interface';
const type = ref('text');