ljj %!s(int64=6) %!d(string=hai) anos
pai
achega
da83de0786
Modificáronse 1 ficheiros con 3 adicións e 5 borrados
  1. 3 5
      page/bigData/js/medical.js

+ 3 - 5
page/bigData/js/medical.js

@ -105,7 +105,7 @@ new Vue({
        setRightChart1:function(){
           var options =this.allData['门诊分类别月趋势'];
           options.grid={
			top: '70',
			top: '80',
			left: '80',
			bottom: '30'
        }
@ -158,9 +158,7 @@ new Vue({
            var that =this;
            that.lineHeightIndex =value;
            this.town.map(function(v,i){
                if(v.townName == value) {
               
                  
                if(v.townName == value) {                
                    switch(i){
                        case 0:that.allData = that.newObj(bigData);break;
                        case 1:that.allData = that.newObj(bigData2);break;
@ -172,7 +170,7 @@ new Vue({
                }
            })
            this.initData()  
            // that.$refs.map.selectLineHeight(that.lineHeightIndex) //高亮地图  
        }
    }
});