|
@@ -312,6 +312,7 @@ export default {
|
|
this.tableData.kg = "单位:吨";
|
|
this.tableData.kg = "单位:吨";
|
|
this.tableData.data2.push(element.weight ? element.weight : 0);
|
|
this.tableData.data2.push(element.weight ? element.weight : 0);
|
|
}
|
|
}
|
|
|
|
+ this.tableData.time.push(element.dat);
|
|
this.tableData.data1 = [];
|
|
this.tableData.data1 = [];
|
|
});
|
|
});
|
|
this.tableData.data1.push(0);
|
|
this.tableData.data1.push(0);
|