fix:终端界面状态中英修复
This commit is contained in:
@@ -73,9 +73,9 @@ const scrollConfig = computed(() => ({
|
||||
const getAuthStatusText = (status: number) => {
|
||||
switch (status) {
|
||||
case 1:
|
||||
return 'pending';
|
||||
return t('page.terminal.pending');
|
||||
case 2:
|
||||
return 'authorized';
|
||||
return t('page.terminal.authorized');
|
||||
default:
|
||||
return t('page.terminal.unknow');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user