{{ row.name }}
{{ utils.thousandBit(row.count) }}
{{ utils.thousandBit(row.length.toFixed(2)) }}
{{ utils.thousandBit(row.height) }}
{{ tableData.length + 1 }}
总数
{{ total.count || 0 }}
{{ utils.thousandBit(total.length.toFixed(2)) || 0 }}
{{ utils.thousandBit(total.height.toFixed(2)) || 0 }}