mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-29 20:57:18 +08:00
feat: 完善仪表盘总计区块内容
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user