feat: 设置主机分组内元素.

This commit is contained in:
lijiahangmax
2023-11-14 00:57:15 +08:00
parent 570ffd3ebc
commit 894edb52a7
49 changed files with 1410 additions and 660 deletions

View File

@@ -10,7 +10,7 @@
<template #title>
{{ $t('workplace.categoriesPercent') }}
</template>
<Chart height="310px" :option="chartOption" />
<chart height="310px" :option="chartOption" />
</a-card>
</a-spin>
</template>

View File

@@ -11,7 +11,7 @@
<template #extra>
<a-link>{{ $t('workplace.viewMore') }}</a-link>
</template>
<Chart height="289px" :option="chartOption" />
<chart height="289px" :option="chartOption" />
</a-card>
</a-spin>
</template>