“9eaf4458097ec6499b5d066cc024f36a5e2e409d”上不存在“git@gitcode.net:s920243400/PaddleDetection.git”

Auto commit

上级 7b433cfd
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
${this.setNum(curDate.getHours())}:${this.setNum(curDate.getMinutes())}-${this.setNum(endDate.getHours())}:${this.setNum(endDate.getMinutes())} ${this.setNum(curDate.getHours())}:${this.setNum(curDate.getMinutes())}-${this.setNum(endDate.getHours())}:${this.setNum(endDate.getMinutes())}
</p>` </p>`
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 const restTime = this.txtRestInterval.trim().length > 0 ? parseFloat(this.txtRestInterval) * 60 * 60 * 1000 : 0
dateTime += restTime dateTime += restTime
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册