{{ row.name }}
{{
utils.thousandBit(row.small.split('/')[0]) +
' / ' +
utils.thousandBit(row.small.split('/')[1])
}}
{{
utils.thousandBit(row.big.split('/')[0]) +
' / ' +
utils.thousandBit(row.big.split('/')[1])
}}
{{
utils.thousandBit(row.bigger.split('/')[0]) +
' / ' +
utils.thousandBit(row.bigger.split('/')[1])
}}
{{
utils.thousandBit(row.biggest.split('/')[0]) +
' / ' +
utils.thousandBit(row.biggest.split('/')[1])
}}
{{
utils.thousandBit(row.all.split('/')[0]) +
' / ' +
utils.thousandBit(row.all.split('/')[1])
}}
{{ tableData.length + 1 }}
总数
{{ total.small || 0 }}
{{ total.big || 0 }}
{{ total.bigger || 0 }}
{{ total.biggest || 0 }}
{{ total.all || 0 }}