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