From 7fff38fb3283e6eb6bb79162460e0adfddf6e00c Mon Sep 17 00:00:00 2001
From: lzm <2316711944@qq.com>
Date: Tue, 28 Apr 2026 18:53:58 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/tjt/report/index.ts | 2 +-
.../src/components/useRenderMenuTitle.tsx | 15 +-
src/styles/var.css | 2 +-
src/views/tjt/report-summary/index.vue | 457 +++++++++++-------
4 files changed, 304 insertions(+), 172 deletions(-)
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 ? (
<>
-