fix: branch => caption i18n

This commit is contained in:
puriphatt 2024-11-14 10:21:17 +07:00
parent add8d91fdf
commit 9667c39040

View file

@ -235,7 +235,7 @@ onMounted(async () => {
navigatorStore.current.title = 'menu.branch';
navigatorStore.current.path = [
{
text: 'branch.page.captionManage',
text: 'menu.branchCaption',
i18n: true,
handler: () => {
fieldSelectedBranch.value.value = 'branchHQLabel';