task#14196,data动态数据添加

This commit is contained in:
2024-07-01 10:32:19 +08:00
parent 481c37f708
commit e11946352c
4 changed files with 210 additions and 71 deletions

View File

@ -14,14 +14,16 @@ export default {
}
},
mounted() {
this.drawHandle();
setTimeout(()=>{
this.drawHandle();
},100)
},
methods:{
handle(){
if(this.titleText == '投诉率'){
console.log(this.titleText)
this.$emit('clickComplain')
}else if(this.titleText == '使用率'){
console.log(this.titleText)
this.$emit('clickUse')
}
},
// 绘制 总分图表