This commit is contained in:
yanran200730
2022-09-28 14:52:19 +08:00
parent 9c05b0d79c
commit b13b8a0ded

View File

@@ -34,7 +34,7 @@
v-model="search.queryBeginTime"
type="date"
size="small"
value-format="yyyy-MM-DD"
value-format="yyyy-MM-dd"
placeholder="选择开始日期"
@change="search.current = 1, getList()">
</el-date-picker>
@@ -42,7 +42,7 @@
v-model="search.queryEndTime"
type="date"
size="small"
value-format="yyyy-MM-DD"
value-format="yyyy-MM-dd"
placeholder="选择结束日期"
@change="search.current = 1, getList()">
</el-date-picker>