修复时间检索,value format 错误,导致无法搜索的问题

This commit is contained in:
YunaiV
2023-08-12 10:13:32 +08:00
parent 90f22934da
commit 98477ef433
8 changed files with 26 additions and 18 deletions

View File

@ -34,7 +34,7 @@
<el-date-picker
v-model="queryParams.createTime"
style="width: 240px"
value-format="yyyy-MM-dd HH:mm:ss"
value-format="YYYY-MM-DD HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"