This commit is contained in:
zds
2022-11-09 16:00:45 +08:00
parent a9417c3800
commit e497b2a0cd
5 changed files with 31 additions and 14 deletions

View File

@@ -105,7 +105,7 @@
<el-date-picker
v-model="query.nowstart_date"
type="date"
value-format=yyyy-MM-dd
value-format="yyyy-MM-dd"
style="width: 200px"
placeholder="选择日期">
</el-date-picker>

View File

@@ -130,7 +130,7 @@
v-model="query.nowstart_date"
type="date"
style="width: 200px"
value-format=yyyy-MM-dd
value-format="yyyy-MM-dd"
placeholder="选择日期">
</el-date-picker>
<el-checkbox v-model="query.checked">启用</el-checkbox>

View File

@@ -372,7 +372,6 @@ export default {
this.Depts = res
})
this.crud.query.createTime = [new Date(), new Date().daysLater(2)]
//this.crud.toQuery()
},
methods: {
canUd(row) {