From c8387011cc216351f4e03839025c78c8088ac8a4 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 17 Jun 2026 13:05:58 +0800 Subject: [PATCH] =?UTF-8?q?v3.1.0=20=E2=80=94=20=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=87=8D=E6=9E=84=EF=BC=9A=E4=B8=89=E5=A4=A7?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B013=E7=A7=8D=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B+66=E6=9D=A1=E9=87=8D=E6=96=B0=E5=88=86?= =?UTF-8?q?=E9=85=8D?= 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 b9a33c7..5c67ee6 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")} `;