@@ -24,7 +24,7 @@
@focus='onFocus(item)'
placeholder='选择时间范围'
:picker-options='{
- selectableRange:"07:00-19:00",
+ selectableRange:"07:00-19:00",
}'
></el-time-picker>
</div>
@@ -119,7 +119,7 @@ export default {
projectId: this.$store.state.projectId,
date: {
$gte: this.gte,
- $lt: this.lt
+ $lte: this.lt
}