fix: breadcrumbs i18n
This commit is contained in:
parent
457217a257
commit
5cd2afbd69
4 changed files with 9 additions and 4 deletions
|
|
@ -632,7 +632,9 @@ function openImageDialog() {
|
|||
|
||||
onMounted(async () => {
|
||||
utilsStore.currentTitle.title = 'personnelManagement';
|
||||
utilsStore.currentTitle.path = [{ text: 'personnelManagementCaption' }];
|
||||
utilsStore.currentTitle.path = [
|
||||
{ text: 'personnelManagementCaption', i18n: true },
|
||||
];
|
||||
modeView.value = $q.screen.lt.md ? true : false;
|
||||
|
||||
await fetchUserList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue