fix: 修正表格列头与内容对齐问题

- plan.js应付列移到成本/支出之前与表头一致
- plan.js theadCols 14→15匹配实际列数
- plan.js/finance.js UNSIGNED_COLS清理残留client_name和多余逗号
- v1.2.0.40
This commit is contained in:
mac
2026-07-13 13:41:48 +08:00
parent 7c9ee77992
commit 8e688efb62
3 changed files with 3 additions and 6 deletions

View File

@@ -294,7 +294,6 @@ function renderFinance() {
const UNSIGNED_COLS = [
{ key: 'customer_name', label: '项目名称' }, { key: 'sign_amount', label: '签约金额' },
{ key: 'sign_month', label: '签约月份' }, { key: 'gross', label: '毛利' }, { key: 'cost', label: '成本' },
,
];
const renderView = (rows, sumRev, sumPay, sumCost, sumPaid, sumGross, signTotal, signCnt, emptyText) => {