mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 20:49:03 +08:00
parent
f50c473cf6
commit
5821cf0061
@ -158,6 +158,7 @@
|
|||||||
</el-row>
|
</el-row>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<v-charts
|
<v-charts
|
||||||
|
@click="toFolder(item.path)"
|
||||||
height="160px"
|
height="160px"
|
||||||
:id="`disk${index}`"
|
:id="`disk${index}`"
|
||||||
type="pie"
|
type="pie"
|
||||||
@ -247,6 +248,7 @@ import { computeSize } from '@/utils/util';
|
|||||||
import router from '@/routers';
|
import router from '@/routers';
|
||||||
import i18n from '@/lang';
|
import i18n from '@/lang';
|
||||||
import { nextTick, ref } from 'vue';
|
import { nextTick, ref } from 'vue';
|
||||||
|
import { toFolder } from '@/global/business';
|
||||||
const showMore = ref(true);
|
const showMore = ref(true);
|
||||||
|
|
||||||
const baseInfo = ref<Dashboard.BaseInfo>({
|
const baseInfo = ref<Dashboard.BaseInfo>({
|
||||||
|
Loading…
Reference in New Issue
Block a user