From 194c91cf251b4e8459d6d0275a35aaddfb56d08e Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 15:49:35 +0800 Subject: [PATCH] =?UTF-8?q?v2.0.3=20=E2=80=94=20=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B4=B9=E7=94=A8=E8=AF=B4=E6=98=8E=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=20+=20=E6=98=8E=E7=BB=86=E8=A1=A8=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8A=98=E5=8F=A0=E5=8F=AF=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 73dbf0e..8b4a1a2 100644 --- a/static/app.js +++ b/static/app.js @@ -426,8 +426,9 @@ function renderFinance() { { label: "日期", input: `` }, { label: "类型", input: `` }, { label: "金额/万", input: `` }, + { label: "费用说明", input: `` }, ], { handler: "createFinance", text: "新增明细" }), "p-4")} - ${renderTable(["日期", "类型", "金额", "备注"], rows)} + ${card(`

明细列表 (${state.data.finance.length})

`, "p-4")} `; renderChartOn("financeChart2", state.data.financeMonthly); }