perf: remove suffix of offline device count; optimize routes; optimize station Select option

This commit is contained in:
yangsy
2025-08-22 15:54:51 +08:00
parent 29ff837da8
commit 5d131ee1df
5 changed files with 240 additions and 27 deletions

View File

@@ -121,7 +121,7 @@ const onModalClose = () => {
<div style="flex: 0 0 auto; margin-bottom: 16px">
<NRow>
<NCol :span="3" v-for="item in classifiedCounts" :key="item.label">
<NStatistic :label="item.label + '离线数'" :value="`${item.offlineCount}/${item.total}`" />
<NStatistic :label="item.label" :value="`${item.offlineCount}/${item.total}`" />
</NCol>
</NRow>
</div>