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