refactor: handle i18n
This commit is contained in:
parent
d764650b63
commit
201a1ce35f
1 changed files with 1 additions and 1 deletions
|
|
@ -918,7 +918,7 @@ watch(
|
|||
watch(currentHq, () => {
|
||||
const tmp: typeof navigatorStore.current.path = [
|
||||
{
|
||||
text: 'branch.page.captionManage',
|
||||
text: 'menu.branchCaption',
|
||||
i18n: true,
|
||||
handler: () => {
|
||||
expandedTree.value = expandedTree.value.filter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue