perf: remove suffix of offline device count; optimize routes; optimize station Select option
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user