diff --git a/static/modules/plan.js b/static/modules/plan.js
index 62f2324..0528752 100644
--- a/static/modules/plan.js
+++ b/static/modules/plan.js
@@ -109,7 +109,7 @@ function renderPlan() {
const activeQ = state.planQuarter !== undefined ? state.planQuarter : Math.floor(nowD.getMonth() / 3);
const activeMonths = qMonths[activeQ];
const yearOpts = [2024,2025,2026,2027];
- const finHeaderBase = `
|年份:|季度:${qLabels.map((q,i) => ``).join('')}|月度:${activeMonths.map(m => { const ms = `${state.planYear}-${String(m).padStart(2,'0')}`; return ``; }).join('')}|
`;
+ const finHeaderBase = `|年份:|季度:${qLabels.map((q,i) => ``).join('')}|月度:${activeMonths.map(m => { const ms = `${state.planYear}-${String(m).padStart(2,'0')}`; return ``; }).join('')}
`;
const finAddBtn = ``;
const isOverviewMode = false;
diff --git a/static/modules/utils.js b/static/modules/utils.js
index 8bdc3b9..cc6f352 100644
--- a/static/modules/utils.js
+++ b/static/modules/utils.js
@@ -3,7 +3,7 @@
const state = {
active: "home",
data: null,
- tenant: "科普·无界",
+ tenant: localStorage.getItem("opc-active-tenant") || "科普·无界",
opFilter: "all",
finFilter: "projects",
selectedProject: null,
diff --git a/templates/index.html b/templates/index.html
index b00988d..4ee38e4 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -76,7 +76,7 @@
-
OPC Manager v1.2.0.17
+
OPC Manager v1.2.0.18