whychdw
2020-07-23 a375ce6568655577a1afd353d0d164aefdd9d213
修改时间段
1个文件已修改
4 ■■■■ 已修改文件
src/pages/batt-list/history-page.vue 4 ●●●● 补丁 | 查看 | 原始文档 | 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;
        },
    },