|  | @@ -11,7 +11,7 @@
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <!--
 | 
	
		
			
				|  |  |            -->
 | 
	
		
			
				|  |  | -      <statistic :col="5" class="statistic" :cols="0">
 | 
	
		
			
				|  |  | +      <statistic :col="4" class="statistic" :cols="0">
 | 
	
		
			
				|  |  |          <statistic-item
 | 
	
		
			
				|  |  |            v-for="(item, key) in items"
 | 
	
		
			
				|  |  |            :key="key"
 | 
	
	
		
			
				|  | @@ -64,7 +64,8 @@
 | 
	
		
			
				|  |  |            </span>
 | 
	
		
			
				|  |  |            <span v-else> <count-to :endVal="item.percent || 0" /> </span>
 | 
	
		
			
				|  |  |          </statistic-item>
 | 
	
		
			
				|  |  | -        <statistic-item></statistic-item>
 | 
	
		
			
				|  |  | +        <!-- <statistic-item class="empty"></statistic-item>
 | 
	
		
			
				|  |  | +        <statistic-item class="empty"></statistic-item> -->
 | 
	
		
			
				|  |  |        </statistic>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        <ve-histogram
 | 
	
	
		
			
				|  | @@ -398,7 +399,7 @@ export default {
 | 
	
		
			
				|  |  |        let arr = [
 | 
	
		
			
				|  |  |          "totalStudentNum",
 | 
	
		
			
				|  |  |          "vipStudentNum",
 | 
	
		
			
				|  |  | -        "vipStudentRate",
 | 
	
		
			
				|  |  | +        // "vipStudentRate",
 | 
	
		
			
				|  |  |          "effectiveVipStudentNum",
 | 
	
		
			
				|  |  |          "waitActivateVipStudentNum",
 | 
	
		
			
				|  |  |          "buyRate",
 |