|
@ -82,10 +82,20 @@ new Vue({
|
|
|
},
|
|
|
setLeftChart1:function(){
|
|
|
var options =this.allData['门诊人次月趋势'];
|
|
|
options.grid= {
|
|
|
top: '70',
|
|
|
left: '75'
|
|
|
};
|
|
|
options.yAxis[1].show =false;
|
|
|
this.leftChart1 = options
|
|
|
},
|
|
|
setLeftChart2:function(){
|
|
|
var options =this.allData['住院人次月趋势'];
|
|
|
options.grid={
|
|
|
top: '70',
|
|
|
left: '70'
|
|
|
};
|
|
|
options.yAxis[1].show =false;
|
|
|
this.leftChart2 = options
|
|
|
},
|
|
|
setMapData:function(){
|
|
@ -94,10 +104,17 @@ new Vue({
|
|
|
},
|
|
|
setRightChart1:function(){
|
|
|
var options =this.allData['门诊分类别月趋势'];
|
|
|
options.grid={
|
|
|
top: '70',
|
|
|
left: '80',
|
|
|
bottom: '30'
|
|
|
}
|
|
|
options.yAxis[1].show =false;
|
|
|
this.rightChart1= options
|
|
|
},
|
|
|
setRightChart2:function(){
|
|
|
var options =this.allData['住院平均日数月趋势'];
|
|
|
options.yAxis[1].show =false;
|
|
|
this.rightChart2= options
|
|
|
},
|
|
|
setTable1:function(){
|