--遗漏的中文信息以及英文拼写

This commit is contained in:
lai
2023-11-13 17:00:17 +08:00
parent 38c2c6bdc3
commit 07779ebd37
7 changed files with 92 additions and 91 deletions

View File

@@ -167,13 +167,13 @@ function fnGetList() {
},
series: [
{
name: '网元状态',
name: t('views.index.realNeStatus') ,
type: 'pie',
radius: '70%',
center: ['50%', '50%'],
data: [
{ value: rightNum, name: '正常' },
{ value: errorNum, name: '异常' },
{ value: rightNum, name: t('views.index.normal') },
{ value: errorNum, name: t('views.index.abnormal') },
],
emphasis: {
itemStyle: {