diff --git a/src/i18n/en-US/branch.ts b/src/i18n/en-US/branch.ts index f7c6f7dc..a20fd6e0 100644 --- a/src/i18n/en-US/branch.ts +++ b/src/i18n/en-US/branch.ts @@ -21,4 +21,6 @@ export default { branchLabelStatus: 'Branch Status', registeredBranch: 'Registered Branch', + + branchStatTitle: 'Summary data of branch', }; diff --git a/src/i18n/en-US/personnel-main-page.ts b/src/i18n/en-US/personnel-main-page.ts index 11362552..af903d4b 100644 --- a/src/i18n/en-US/personnel-main-page.ts +++ b/src/i18n/en-US/personnel-main-page.ts @@ -12,7 +12,7 @@ export default { DELEGATE: 'Delegate', AGENCY: 'Agency', - personnelStatTitle: 'Summary data of ', + personnelStatTitle: 'Summary data', personnelCardUserType: 'Type', personnelCardTelephone: 'Telephone', diff --git a/src/i18n/th-th/branch.ts b/src/i18n/th-th/branch.ts index d8cb8fea..35a7737f 100644 --- a/src/i18n/th-th/branch.ts +++ b/src/i18n/th-th/branch.ts @@ -21,4 +21,6 @@ export default { branchLabelStatus: 'สถานะสาขา', registeredBranch: 'สาขาที่ลงทะเบียน', + + branchStatTitle: 'สรุปจัดการสาขา', }; diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index b6b8d545..ba1ccb2e 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -62,6 +62,7 @@ const columns = [ ] satisfies QTableProps['columns']; const modal = ref(false); +const hideStat = ref(false); const profileFileImg = ref(undefined); const imageUrl = ref(''); @@ -471,12 +472,31 @@ watch(locale, () => {