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); }