{{ row.name }}
{{ utils.thousandBit(row.finishCount) }}
{{ utils.thousandBit(row.distributionCount) }}
{{ utils.thousandBit(row.constructionCount) }}
{{ utils.thousandBit(row.checkCount) }}
{{ utils.thousandBit(row.examineCount) }}
{{ utils.thousandBit(row.overdueCount) }}
{{ utils.thousandBit(row.allCount) }}
{{
utils.thousandBit(
parseFloat((row.finishMoney / 10000).toFixed(2))
)
}}
{{ tableData.length + 1 }}
总数
{{ total.finishCount || 0 }}
{{ total.distributionCount || 0 }}
{{ total.constructionCount || 0 }}
{{ total.checkCount || 0 }}
{{ total.examineCount || 0 }}
{{ total.overdueCount || 0 }}
{{ total.allCount || 0 }}
{{ total.finishMoney || 0 }}