From cf08b2d24143af9f212d2658b9bb0d632d243a3d Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 17 Jun 2026 15:29:27 +0800 Subject: [PATCH] =?UTF-8?q?v3.1.5=20=E2=80=94=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E9=A1=B5=E9=9D=A2=E5=86=85=E5=B5=8C=E7=9A=84?= =?UTF-8?q?=E6=97=A7=E8=A1=A8=E5=8D=95=EF=BC=8C=E4=BB=85=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= 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 d9cc581..bc19f6b 100644 --- a/static/app.js +++ b/static/app.js @@ -471,7 +471,7 @@ function renderFinance() { ${card(`

月度趋势

`, "p-5")}
-
${["06","07","08","09"].map(m => `

${m}月

`).join("")}
+ ${card(`

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

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