优化
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user