add ServerPartitionsDetail.vue

This commit is contained in:
Timi
2026-04-12 20:57:10 +08:00
parent 611830f393
commit ed2d2ef233
4 changed files with 140 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
:note="Text.unit(item.used / item.total * 100, '%')"
/>
</t-cell-info>
<t-cell title="更多" arrow />
<t-cell title="更多" arrow @click="router.push('/server/partitions-detail')" />
</t-cell-group>
</template>
<t-empty v-else description="暂无系统状态数据" />