fix: breadcrumbs i18n

This commit is contained in:
Methapon2001 2024-08-06 13:26:38 +07:00
parent 457217a257
commit 5cd2afbd69
4 changed files with 9 additions and 4 deletions

View file

@ -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();