湖里大屏(质量管理):更改质量问题样式

This commit is contained in:
Jack 2022-08-23 15:01:30 +08:00
parent 99a116a687
commit b4e7351ce6
2 changed files with 6 additions and 3 deletions

View File

@ -49,6 +49,9 @@ export default {
this.yData = ydata
}
})
},
handleSwitch(val) {
console.log('val', val)
}
}
}

View File

@ -15,10 +15,10 @@
<div class="chart">
<JRingChart
:title="{ text: total.ratioNum, subTitle: '即时整改率' }"
:color="['#557DEE', '#43D7B5']"
:color="['#43D7B5', '#44d7b640']"
:data="[
{ value: 1, name: '' },
{ value: 9, name: '' }
{ value: total.closeNum, name: '' },
{ value: total.totalNum || 1, name: '' }
]"
/>
</div>