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

@@ -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>