{{ row.projectName }}
{{ row.currentMonthTotalNum || '-' }}
{{
row.currentMonthTotalNum
? row.currentMonthFinishNum
: '-'
}}
{{
row.currentMonthTotalNum
? row.currentMonthFinishRate + '%'
: '-'
}}
{{ row.upToMonthFinishRate }}%
{{ row.totalYearRate }}%