Commit a9c9cbb4 authored by 郭铭瑶's avatar 郭铭瑶 🤘

投诉信访改为默认展示962121

parent 6b56a95d
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
components: {RateComponent}, components: {RateComponent},
data() { data() {
return { return {
curType: 'B', curType: 'A',
config: { config: {
colors: ['#E44949', '#FDA62D', '#FFCE34', '#71C012', '#6BE1B2', '#DC732D', '#5BD5FF', '#006ED4', '#2E43C9', '#826AFA', '#CCCCCC', '#1890FF', colors: ['#E44949', '#FDA62D', '#FFCE34', '#71C012', '#6BE1B2', '#DC732D', '#5BD5FF', '#006ED4', '#2E43C9', '#826AFA', '#CCCCCC', '#1890FF',
'#41D9C7', '#41D9C7',
...@@ -83,8 +83,8 @@ export default { ...@@ -83,8 +83,8 @@ export default {
sum() { sum() {
const {allRowsA = 0, allRowsB = 0} = this.complaintInfo const {allRowsA = 0, allRowsB = 0} = this.complaintInfo
return [ return [
{key: 'B', name: '12345', value: allRowsB, img: 'complaint1.png'},
{key: 'A', name: '962121', value: allRowsA, img: 'complaint2.png'}, {key: 'A', name: '962121', value: allRowsA, img: 'complaint2.png'},
{key: 'B', name: '12345', value: allRowsB, img: 'complaint1.png'},
] ]
}, },
rateInfo() { rateInfo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment