From 29dc7e040e458d4505a89df3fa528cf7980c396d Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 17 Jun 2026 13:07:36 +0800 Subject: [PATCH] =?UTF-8?q?v3.1.1=20=E2=80=94=20=E7=A7=91=E6=99=AE=C2=B7?= =?UTF-8?q?=E6=97=A0=E7=95=8C=E6=96=B0=E5=A2=9E"=E5=85=A8=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E7=A7=91=E6=99=AE"=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 5c67ee6..7748a18 100644 --- a/static/app.js +++ b/static/app.js @@ -464,7 +464,7 @@ function renderFinance() { ${card(`

月度趋势

`, "p-5")}
- + ${card(`

项目明细 (${pfs.length})

${[["已签单","已签"],["待签","待签"]].map(([k,v]) => ``).join("")}
${monthLabels.map(l => ``).join("")}${pfs.filter(x => x.status === state.finFilter).map(renderPfRow).join("")}
客户类型状态签约金额${l}
确收/毛利
销售
`, "p-4")} `;