diff --git a/src/views/dashboard/IncomeSortEcharts.vue b/src/views/dashboard/IncomeSortEcharts.vue
index c90b7d5..de75951 100644
--- a/src/views/dashboard/IncomeSortEcharts.vue
+++ b/src/views/dashboard/IncomeSortEcharts.vue
@@ -46,6 +46,12 @@
{{ text }}
+
+
+ {{ item[item.dataIndex] }}
+ {{ item[item.dataIndex] }}
+
+
@@ -272,7 +278,9 @@ export default {
]
newData.map((item, index) => {
this.columns.push({
- title: item.name_dictText,
+ // title: item.name_dictText,
+ slots:{title: 'key' + index},
+ ['key' + index]:item.name_dictText,
align: 'center',
width: 80,
dataIndex: 'key' + index,
@@ -360,7 +368,7 @@ export default {
}
&-right {
- width: 33.3%;
+ width: 33.4%;
text-align: center;
}
}