From 68797e4fb54070f2ce913ece2c2f0f240da8266c Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 15:47:44 +0800 Subject: [PATCH] =?UTF-8?q?v2.0.2=20=E2=80=94=20=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=94=B9=E4=B8=BA5=E7=B1=BB=EF=BC=9A?= =?UTF-8?q?=E7=AD=BE=E5=8D=95/=E7=A1=AE=E8=AE=A4=E6=94=B6=E5=85=A5/?= =?UTF-8?q?=E4=BA=BA=E5=8A=9B=E6=88=90=E6=9C=AC/=E8=B4=B9=E7=94=A8/?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E9=87=87=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }