修复积分统计变更样式
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<ai-title slot="title" title="总体统计">
|
<ai-title slot="title" title="总体统计">
|
||||||
<template #rightBtn>
|
<template #rightBtn>
|
||||||
<el-row type="flex" align="middle">
|
<el-row type="flex" align="middle">
|
||||||
<ai-select v-model="searchTypeList" @change="changeType" placeholder="选择积分申请事件" multiple :selectList="typeList"></ai-select>
|
<ai-select v-model="searchTypeList" @change="changeType" placeholder="选择积分申请事件" multiple :selectList="typeList"/>
|
||||||
<span class="shortcut" v-for="(item,i) in timeCheck" :key="i" :class="{active:type==i}"
|
<span class="shortcut" v-for="(item,i) in timeCheck" :key="i" :class="{active:type==i}"
|
||||||
@click="timeChange(i)" v-text="item"/>
|
@click="timeChange(i)" v-text="item"/>
|
||||||
<el-cascader ref="cascader1" v-model="girdArr" :options="girdOptions" placeholder="所属网格" size="small"
|
<el-cascader ref="cascader1" v-model="girdArr" :options="girdOptions" placeholder="所属网格" size="small"
|
||||||
@@ -314,7 +314,7 @@ export default {
|
|||||||
if (this.isRuleChart) {
|
if (this.isRuleChart) {
|
||||||
this.getColEcherts3(this.ruleSortListX, this.ruleSortListY)
|
this.getColEcherts3(this.ruleSortListX, this.ruleSortListY)
|
||||||
}
|
}
|
||||||
})
|
}).then(() => this.onResize())
|
||||||
},
|
},
|
||||||
// 积分明细
|
// 积分明细
|
||||||
getTableData() {
|
getTableData() {
|
||||||
@@ -536,9 +536,11 @@ export default {
|
|||||||
}, true);
|
}, true);
|
||||||
},
|
},
|
||||||
onResize() {
|
onResize() {
|
||||||
this.myChart1?.resize()
|
const animation = {duration: 1000}
|
||||||
this.myChart2?.resize()
|
this.myChart1?.resize({animation})
|
||||||
this.sta.map(e => e.chart?.resize())
|
this.myChart2?.resize({animation})
|
||||||
|
this.myChart3?.resize({animation})
|
||||||
|
this.sta.map(e => e.chart?.resize({animation}))
|
||||||
},
|
},
|
||||||
gridChange(val) {
|
gridChange(val) {
|
||||||
console.log(val)
|
console.log(val)
|
||||||
|
|||||||
Reference in New Issue
Block a user