中英文

This commit is contained in:
lai
2024-07-05 11:24:17 +08:00
parent 02eb368a45
commit 2cb92eaf69
3 changed files with 3 additions and 1 deletions

View File

@@ -184,7 +184,7 @@ type ModalStateType = {
/**对话框对象信息状态 */
let modalState: ModalStateType = reactive({
visibleBySelectUser: false,
title: '选择用户',
title: t('views.system.role.selectUser'),
});
/**