src/views/dashboard/components/TaskControl.vue
@@ -95,7 +95,7 @@ realStartTime = realStartTime * 1000 let time = Date.now() let differ = Math.abs(time - realStartTime) / 1000 if (differ > 60) { if (differ < 60) { ElMessage({ message: '工序制造时间太短,请检查!', type: 'warning'