|  | @@ -138,7 +138,21 @@
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <div class="colexiu-echarts"></div>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -      <!-- <div class="eachartTitle">
 | 
	
		
			
				|  |  | +      <div class="eachartTitle">
 | 
	
		
			
				|  |  | +        <div>
 | 
	
		
			
				|  |  | +          管乐团现金收入:
 | 
	
		
			
				|  |  | +          <count-to
 | 
	
		
			
				|  |  | +            :endVal="gytTotal"
 | 
	
		
			
				|  |  | +            :duration="300"
 | 
	
		
			
				|  |  | +            :decimals="2"
 | 
	
		
			
				|  |  | +            class="des"
 | 
	
		
			
				|  |  | +          />
 | 
	
		
			
				|  |  | +          元
 | 
	
		
			
				|  |  | +        </div>
 | 
	
		
			
				|  |  | +      </div>
 | 
	
		
			
				|  |  | +      <div class="gyt-echarts"></div>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +      <div class="eachartTitle">
 | 
	
		
			
				|  |  |          <div>
 | 
	
		
			
				|  |  |            课堂乐器现金收入:
 | 
	
		
			
				|  |  |            <count-to
 | 
	
	
		
			
				|  | @@ -164,7 +178,7 @@
 | 
	
		
			
				|  |  |            元
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  | -      <div class="colexiu-tenant-echarts"></div> -->
 | 
	
		
			
				|  |  | +      <div class="colexiu-tenant-echarts"></div>
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
	
		
			
				|  | @@ -281,9 +295,9 @@ export default {
 | 
	
		
			
				|  |  |      init() {
 | 
	
		
			
				|  |  |        this.createGym();
 | 
	
		
			
				|  |  |        this.createGyt();
 | 
	
		
			
				|  |  | -      // this.createColexiu();
 | 
	
		
			
				|  |  | -      // this.createColexiuTenant();
 | 
	
		
			
				|  |  | -      // this.createKtyq();
 | 
	
		
			
				|  |  | +      this.createColexiu();
 | 
	
		
			
				|  |  | +      this.createColexiuTenant();
 | 
	
		
			
				|  |  | +      this.createKtyq();
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      createGym() {
 | 
	
		
			
				|  |  |        if (this.gymECharts) {
 | 
	
	
		
			
				|  | @@ -342,7 +356,6 @@ export default {
 | 
	
		
			
				|  |  |        if (this.gytEcharts) {
 | 
	
		
			
				|  |  |          this.gytEcharts.dispose();
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      console.log(document.querySelector(".gyt-echarts"), "document");
 | 
	
		
			
				|  |  |        this.gytEcharts = echarts.init(document.querySelector(".gyt-echarts"));
 | 
	
		
			
				|  |  |        const option = {
 | 
	
		
			
				|  |  |          grid: {
 | 
	
	
		
			
				|  | @@ -388,7 +401,6 @@ export default {
 | 
	
		
			
				|  |  |        if (this.colexiuEcharts) {
 | 
	
		
			
				|  |  |          this.colexiuEcharts.dispose();
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      console.log(document.querySelector(".colexiu-echarts"), "document");
 | 
	
		
			
				|  |  |        this.colexiuEcharts = echarts.init(
 | 
	
		
			
				|  |  |          document.querySelector(".colexiu-echarts")
 | 
	
		
			
				|  |  |        );
 | 
	
	
		
			
				|  | @@ -436,10 +448,6 @@ export default {
 | 
	
		
			
				|  |  |        if (this.colexiuTenantEcharts) {
 | 
	
		
			
				|  |  |          this.colexiuTenantEcharts.dispose();
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      console.log(
 | 
	
		
			
				|  |  | -        document.querySelector(".colexiu-tenant-echarts"),
 | 
	
		
			
				|  |  | -        "document"
 | 
	
		
			
				|  |  | -      );
 | 
	
		
			
				|  |  |        this.colexiuTenantEcharts = echarts.init(
 | 
	
		
			
				|  |  |          document.querySelector(".colexiu-tenant-echarts")
 | 
	
		
			
				|  |  |        );
 | 
	
	
		
			
				|  | @@ -487,7 +495,6 @@ export default {
 | 
	
		
			
				|  |  |        if (this.ktyqEcharts) {
 | 
	
		
			
				|  |  |          this.ktyqEcharts.dispose();
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      console.log(document.querySelector(".ktyq-echarts"), "document");
 | 
	
		
			
				|  |  |        this.ktyqEcharts = echarts.init(document.querySelector(".ktyq-echarts"));
 | 
	
		
			
				|  |  |        const option = {
 | 
	
		
			
				|  |  |          grid: {
 |