Commit 7b837a20 by crushh

update: merge

parent 963fa264
......@@ -133,10 +133,13 @@ export default {
minutes = (end - start) / 60000 + minutes;
});
<<<<<<< Updated upstream
<<<<<<< Updated upstream
if (minutes < 240) {
this.$message.error('自定义时段不少于4个小时');
return;
=======
=======
>>>>>>> Stashed changes
if (minutes < 120) {
this.$message.error('自定义时段不少于2个小时');
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment