CN-1483 network overview单位统一

This commit is contained in:
hanyuxia
2023-11-24 17:11:42 +08:00
parent 6450e8e050
commit a9e84fd714
7 changed files with 63 additions and 27 deletions

View File

@@ -33,7 +33,7 @@
<template #prefix>
<span class="select-prefix">{{$t('detections.metric')}}:</span>
</template>
<el-option v-for="item in metricOptions" :key="item.value" :label="item.label" :value="item.value"></el-option>
<el-option v-for="item in metricOptions" :key="item.value" :label="$t(item.label)" :value="item.value"></el-option>
</el-select>
<div class="panel__time">
<date-time-range