diff --git a/static/app.js b/static/app.js
index 3a41652..73dbf0e 100644
--- a/static/app.js
+++ b/static/app.js
@@ -424,10 +424,10 @@ function renderFinance() {
${card(`
收入、毛利、成本/费用、净利月度曲线
`, "p-5")}
${card(formHtml([
{ label: "日期", input: `` },
- { label: "分类", input: `` },
+ { label: "类型", input: `` },
{ label: "金额/万", input: `` },
], { handler: "createFinance", text: "新增明细" }), "p-4")}
- ${renderTable(["日期", "分类", "金额", "备注"], rows)}
+ ${renderTable(["日期", "类型", "金额", "备注"], rows)}
`;
renderChartOn("financeChart2", state.data.financeMonthly);
}