Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-21 12:08:01 +08:00
22 changed files with 714 additions and 229 deletions
@@ -8,8 +8,8 @@ export const transportReconciliationTableColumns = [
{ prop: 'contractName', label: '合同名称', minWidth: 150 },
{ prop: 'settlementAmount', label: '结算金额', minWidth: 120, money: true },
{ prop: 'reconciliationModeName', label: '对账模式', minWidth: 110 },
{ prop: 'externalBillCount', label: '账单总数(条)', minWidth: 110 },
{ prop: 'matchedCount', label: '匹配数(条)', minWidth: 100 },
{ prop: 'externalBillCount', label: '账单总数(条)', minWidth: 130 },
{ prop: 'matchedCount', label: '匹配数(条)', minWidth: 120 },
{ prop: 'reconciliationStatusName', label: '对账状态', minWidth: 100 },
{ prop: 'createUserName', label: '创建人', minWidth: 100 },
{ prop: 'createTime', label: '创建时间', minWidth: 160 },