|
@@ -137,6 +137,7 @@ export default {
|
|
|
},
|
|
|
chartData() {
|
|
|
const values = Object.values({ ...this.items, ...this.items2 });
|
|
|
+ console.log(values,'values')
|
|
|
const months = {};
|
|
|
for (const item of values) {
|
|
|
for (const row of item.indexMonthData || []) {
|
|
@@ -149,7 +150,7 @@ export default {
|
|
|
months[key][item.title] = row.percent;
|
|
|
}
|
|
|
}
|
|
|
- // console.log(values);
|
|
|
+ console.log(months,'months');
|
|
|
return {
|
|
|
columns: [
|
|
|
"日期",
|