From 4b07d85b8f76debd159234c238e304a576e9ef6b Mon Sep 17 00:00:00 2001 From: 6281f250dc86617fa5051a8f <6281f250dc86617fa5051a8f@devide> Date: Tue, 18 Apr 2023 07:42:17 +0000 Subject: [PATCH] Auto commit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 67da2c4..cc9690f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,7 +49,7 @@ export default { ${this.setNum(curDate.getHours())}:${this.setNum(curDate.getMinutes())}-${this.setNum(endDate.getHours())}:${this.setNum(endDate.getMinutes())}

` - if (this.txtRestIdx.trim().length > 0 && parseInt(this.txtRestIdx) === idx) { + if (this.txtRestIdx.trim().length > 0 && parseInt(this.txtRestIdx) === index) { // 分割间歇 const restTime = this.txtRestInterval.trim().length > 0 ? parseFloat(this.txtRestInterval) * 60 * 60 * 1000 : 0 dateTime += restTime -- GitLab