style: 系统角色分配标题多语言翻译

This commit is contained in:
TsMask
2024-07-04 17:02:33 +08:00
parent d49dc9ebfd
commit d095531952
2 changed files with 2 additions and 3 deletions

View File

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