diff --git a/static/modules/home.js b/static/modules/home.js
index 01ebe8a..0792d37 100644
--- a/static/modules/home.js
+++ b/static/modules/home.js
@@ -168,17 +168,9 @@ function renderHome() {
};
return buildDeptTable('部门经营情况', d.slice(0, 3)) + buildDeptTable('部门现金流', d.slice(3, 6));
})()}
- ${card(`
业务(项目)财务概览
合同 → 确收 → 毛利 → 成本 → 项目利润 → 回款 → 已付 → 现金流
`, "p-4")}
-
- ${card(`
月度签约趋势
2026`, "p-4")}
- ${card(`
月度确收与毛利
2026`, "p-4")}
- ${card(`
月度回款与已付
2026`, "p-4")}
- ${card(`
月度项目利润
2026`, "p-4")}
-
${card(`近期动态
${summary.recent.map((r) => `
${r.content}${r.followed_at}
`).join("")}
`, "p-5")}
`;
- renderCharts(financeMonthly);
}
function chartOptions(yCallback) {
diff --git a/templates/index.html b/templates/index.html
index 0dd8180..45c01b8 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -45,9 +45,9 @@