diff --git a/src/api/tjt/report/index.ts b/src/api/tjt/report/index.ts
index ea2ee08..b81ae29 100644
--- a/src/api/tjt/report/index.ts
+++ b/src/api/tjt/report/index.ts
@@ -2,7 +2,7 @@ import request from '@/config/axios'
export interface ProjectOverviewExportReqVO {
year?: number
- specialtyCode?: string
+ officeId?: number
sortType?: string
}
diff --git a/src/layout/components/Menu/src/components/useRenderMenuTitle.tsx b/src/layout/components/Menu/src/components/useRenderMenuTitle.tsx
index 8941d9d..ed955d6 100644
--- a/src/layout/components/Menu/src/components/useRenderMenuTitle.tsx
+++ b/src/layout/components/Menu/src/components/useRenderMenuTitle.tsx
@@ -6,17 +6,24 @@ export const useRenderMenuTitle = () => {
const renderMenuTitle = (meta: RouteMeta) => {
const { t } = useI18n()
const { title = 'Please set title', icon } = meta
+ const text = t(title as string)
return icon ? (
<>
-