|
@@ -249,6 +249,33 @@ export default {
|
|
|
this.tableLister.forEach((item, index) => {
|
|
|
item.indexs = index + 1;
|
|
|
});
|
|
|
+ for (let i = 0; i < this.tableLister.length; i++) {
|
|
|
+ this.tableLister[i].alltxt =
|
|
|
+ this.tableLister[i].t0 +
|
|
|
+ this.tableLister[i].t1 +
|
|
|
+ this.tableLister[i].t2 +
|
|
|
+ this.tableLister[i].t3 +
|
|
|
+ this.tableLister[i].t4 +
|
|
|
+ this.tableLister[i].t5 +
|
|
|
+ this.tableLister[i].t6 +
|
|
|
+ this.tableLister[i].t7 +
|
|
|
+ this.tableLister[i].t8 +
|
|
|
+ this.tableLister[i].t9 +
|
|
|
+ this.tableLister[i].t10 +
|
|
|
+ this.tableLister[i].t11 +
|
|
|
+ this.tableLister[i].t12 +
|
|
|
+ this.tableLister[i].t13 +
|
|
|
+ this.tableLister[i].t14 +
|
|
|
+ this.tableLister[i].t15 +
|
|
|
+ this.tableLister[i].t16 +
|
|
|
+ this.tableLister[i].t17 +
|
|
|
+ this.tableLister[i].t18 +
|
|
|
+ this.tableLister[i].t19 +
|
|
|
+ this.tableLister[i].t20 +
|
|
|
+ this.tableLister[i].t21 +
|
|
|
+ this.tableLister[i].t22 +
|
|
|
+ this.tableLister[i].t23;
|
|
|
+ }
|
|
|
for (let index = 0; index < returnData.listValues.length; index++) {
|
|
|
this.echartsData.list[index] = new Array(
|
|
|
returnData.listValues[index].t0,
|