{{ row.name }}
{{ utils.thousandBit(row.dayCount) }}
{{ utils.thousandBit(row.nightCount) }}
{{ utils.thousandBit(row.timeOutCount) }}
{{ utils.thousandBit(row.fristStepCount) }}
{{ utils.thousandBit(row.secondStepCount) }}
{{ utils.thousandBit(row.thirdStepCount) }}
{{ utils.thousandBit(row.seventhStepCount) }}
{{ utils.thousandBit(row.fourthStepCount) }}
{{ utils.thousandBit(row.fifthStepCount) }}
{{ utils.thousandBit(row.sixthStepCount) }}
{{ row.completeRate }}
{{ utils.thousandBit(row.allCount) }}
{{ tableData.length + 1 }}
总数
{{ total.dayCount || 0 }}
{{ total.nightCount || 0 }}
{{ total.timeOutCount || 0 }}
{{ total.fristStepCount || 0 }}
{{ total.secondStepCount || 0 }}
{{ total.thirdStepCount || 0 }}
{{ total.seventhStepCount || 0 }}
{{ total.fourthStepCount || 0 }}
{{ total.fifthStepCount || 0 }}
{{ total.sixthStepCount || 0 }}
-
{{ total.allCount || 0 }}