|
@@ -165,7 +165,6 @@
|
|
|
value-format="yyyy"
|
|
|
placeholder="选择年">
|
|
|
</el-date-picker>
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="block_5 flex-col"></div>
|
|
@@ -187,8 +186,6 @@
|
|
|
<div style="margin-top: 10px;">
|
|
|
<line-chartone v-if="zheshowed" :chart-data="zheixnheyd" />
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -283,33 +280,18 @@ export default {
|
|
|
return {
|
|
|
// 版本号
|
|
|
version: "3.9.0",
|
|
|
- options: [{
|
|
|
- value: '选项1',
|
|
|
- label: '黄金糕'
|
|
|
- }, {
|
|
|
- value: '选项2',
|
|
|
- label: '双皮奶'
|
|
|
- }, {
|
|
|
- value: '选项3',
|
|
|
- label: '蚵仔煎'
|
|
|
- }, {
|
|
|
- value: '选项4',
|
|
|
- label: '龙须面'
|
|
|
- }, {
|
|
|
- value: '选项5',
|
|
|
- label: '北京烤鸭'
|
|
|
- }],
|
|
|
- value: '',
|
|
|
- qurt:{time:null},
|
|
|
- qurtt:{time:null},
|
|
|
- qurtn:{time:null},
|
|
|
- lineChartData: lineChartData.newVisitis,
|
|
|
- zheshowe:true,
|
|
|
- zheshowed:true,
|
|
|
- getyer:null,
|
|
|
- zheixnhey:{},
|
|
|
- zheixnheyd:{},
|
|
|
- zheixnheyn:{
|
|
|
+ options: [],
|
|
|
+ value: '',
|
|
|
+ qurt:{time:null},
|
|
|
+ qurtt:{time:null},
|
|
|
+ qurtn:{time:null},
|
|
|
+ lineChartData: lineChartData.newVisitis,
|
|
|
+ zheshowe:true,
|
|
|
+ zheshowed:true,
|
|
|
+ getyer:null,
|
|
|
+ zheixnhey:{},
|
|
|
+ zheixnheyd:{},
|
|
|
+ zheixnheyn:{
|
|
|
yearAll:0,
|
|
|
yearAllPt:null,
|
|
|
yearAllPtStatus:1,
|
|
@@ -345,9 +327,8 @@ export default {
|
|
|
},
|
|
|
// 多统计图
|
|
|
zheschand(){
|
|
|
- console.log(this.qurtt)
|
|
|
this.getcharnaecs(this.qurtt.time)
|
|
|
- },
|
|
|
+ },
|
|
|
// 百分比
|
|
|
getcharnaecsb(row){
|
|
|
indextj(row).then(response => {
|
|
@@ -357,7 +338,6 @@ export default {
|
|
|
this.zheixnheyn.jsxxNumbfb = ((this.zheixnheyn.jsxxNum/this.zheixnheyn.yearAll).toFixed(2)) * 100
|
|
|
this.zheixnheyn.tcxxNumbfb = ((this.zheixnheyn.tcxxNum/this.zheixnheyn.yearAll).toFixed(2)) * 100
|
|
|
this.zheixnheyn.wcxxNumbfb = ((this.zheixnheyn.wcxxNum/this.zheixnheyn.yearAll).toFixed(2)) * 100
|
|
|
-
|
|
|
});
|
|
|
},
|
|
|
// 折线
|