fix:删除重复国际化数据

This commit is contained in:
zhangyu
2022-06-21 18:14:21 +08:00
parent e9cb846079
commit 8010406cd1
84 changed files with 179 additions and 177 deletions

View File

@@ -375,7 +375,7 @@ export default {
searchMetrics: [
{
value: 'Metrics',
label: this.$t('project.metrics.metrics'),
label: this.$t('overall.metric'),
icon: 'nz-icon nz-icon-Metrics'
},
{
@@ -384,7 +384,7 @@ export default {
icon: 'nz-icon nz-icon-logs'
}
],
selectValue: this.$t('project.metrics.metrics'),
selectValue: this.$t('overall.metric'),
selectIcon: 'nz-icon nz-icon-Metrics',
showMetrics: true,
promqlCount: 1,