|  | @@ -4,7 +4,7 @@
 | 
											
												
													
														|  |        <statistic-item v-for="(item, key) in items" :key="key" :class="{active: active === key}" @click="active = key">
 |  |        <statistic-item v-for="(item, key) in items" :key="key" :class="{active: active === key}" @click="active = key">
 | 
											
												
													
														|  |          <span>{{item.title}}</span>
 |  |          <span>{{item.title}}</span>
 | 
											
												
													
														|  |          <span>
 |  |          <span>
 | 
											
												
													
														|  | -          <count-to :endVal="item.percent"/>
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <count-to :endVal="item.percent"/>{{key === 'STUDENT_CONVERSION' ? '%' : ''}}
 | 
											
												
													
														|  |          </span>
 |  |          </span>
 | 
											
												
													
														|  |        </statistic-item>
 |  |        </statistic-item>
 | 
											
												
													
														|  |      </statistic>
 |  |      </statistic>
 | 
											
										
											
												
													
														|  | @@ -33,7 +33,7 @@ export default {
 | 
											
												
													
														|  |        return {
 |  |        return {
 | 
											
												
													
														|  |          columns: ['月份', data.title],
 |  |          columns: ['月份', data.title],
 | 
											
												
													
														|  |          rows: (data.indexMonthData || []).map(item => ({
 |  |          rows: (data.indexMonthData || []).map(item => ({
 | 
											
												
													
														|  | -          '月份': this.$helpers.dayjs(item.month).month() + 1 + '月', [data.title]: item.activateNum,
 |  | 
 | 
											
												
													
														|  | 
 |  | +          '月份': this.$helpers.dayjs(item.month).month() + 1 + '月', [data.title]: item.percent,
 | 
											
												
													
														|  |          }))
 |  |          }))
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |      }
 |  |      }
 |