@@ -58,7 +58,7 @@ export default {
},
computed: {
tableData2() {
- const arr = [...this.tableData, { year: '2025', month: '12', id: 123, big_data_type: 'xf' }]
+ const arr = [...this.tableData]
arr.map(item => {
item.dataTime = `${item.year}-${item.month}`
})