---完善性能板块国际化

This commit is contained in:
lai
2023-11-11 11:20:54 +08:00
parent 9c28e19413
commit 1c82719af0
7 changed files with 90 additions and 39 deletions

View File

@@ -29,7 +29,7 @@ export async function listMain() {
refresh: parseDateToStr(time),
ipAddress: ipAddress,
name: key.split('/').join('_'),
status: '正常',
status: 'Normal',
};
} else {
mergedObj = {
@@ -37,7 +37,7 @@ export async function listMain() {
refresh: parseDateToStr(time),
ipAddress: ipAddress,
name: key.split('/').join('_'),
status: '异常',
status: 'Abnormal',
};
}
return mergedObj;