src/pages/batt-list/history-page.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/batt-list/history-page.vue
@@ -904,8 +904,8 @@ return this.showChartTitle.join(','); }, getTableName() { let start = new Date(this.record_time).format("yyyy-MM-dd"); let end = new Date(this.record_time1).format("yyyy-MM-dd"); let start = new Date(this.searchTime.record_time).format("yyyy-MM-dd"); let end = new Date(this.searchTime.record_time1).format("yyyy-MM-dd"); return start==end?start:start+'-'+end; }, },