diff --git a/static/modules/utils.js b/static/modules/utils.js index f9bfa39..a6d5967 100644 --- a/static/modules/utils.js +++ b/static/modules/utils.js @@ -136,7 +136,7 @@ function switchTab(tab) { document.querySelectorAll(".panel").forEach((panel) => panel.classList.toggle("active", panel.id === tab)); // 更新顶部标题 - const titles = { home: 'OPC 工作台', finance: '业务管理', plan: '计划管理', projects: '重点工作台账', proposals: '业务方案', products: '版本与运营', performance: '季度绩效考核' }; + const titles = { home: 'OPC 工作台', finance: '实际管理', plan: '计划管理', projects: '重点工作台账', proposals: '业务方案', products: '版本与运营', performance: '季度绩效考核' }; const titleEl = document.querySelector('#workspaceTitle'); if (titleEl) titleEl.textContent = titles[tab] || state.tenant + ' OPC 工作台'; diff --git a/templates/index.html b/templates/index.html index e127cd6..9259e15 100644 --- a/templates/index.html +++ b/templates/index.html @@ -53,9 +53,9 @@ 计划 -