{{ row.name }}
{{ utils.thousandBit((row.contractMoney / 10000).toFixed(2)) }}
{{ utils.thousandBit((row.payMoney / 10000).toFixed(2)) }}
{{ utils.thousandBit(row.allMoney) }}
{{ new BigNumber(row.finishRate).times(100) + '%' }}
{{ tableData.length + 1 }}
总数
{{
utils.thousandBit(total.contractMoney) || 0
}}
{{ utils.thousandBit(total.payMoney) || 0 }}
{{ total.allMoney || 0 }}
-