From 8c24abd53e86c3fb40024898b6b06da80dfecabd Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 17 Jun 2026 13:12:39 +0800 Subject: [PATCH] =?UTF-8?q?v3.1.3=20=E2=80=94=20=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E5=BC=B9=E7=AA=97UI=E4=BC=98=E5=8C=96=EF=BC=9A=E5=88=86?= =?UTF-8?q?=E5=8C=BA=E5=8D=A1=E7=89=87=E5=B8=83=E5=B1=80+=E6=9C=88?= =?UTF-8?q?=E7=BD=91=E6=A0=BC+=E5=9C=86=E8=A7=92+=E6=9B=B4=E5=A4=A7?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= 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 ab59676..2babf91 100644 --- a/static/app.js +++ b/static/app.js @@ -469,7 +469,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")} `;