mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-08 03:11:25 +00:00
修复时间检索,value format 错误,导致无法搜索的问题
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<el-form-item label="异常时间" prop="exceptionTime">
|
||||
<el-date-picker
|
||||
v-model="queryParams.exceptionTime"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
value-format="YYYY-MM-DD HH:mm:ss"
|
||||
type="daterange"
|
||||
start-placeholder="开始日期"
|
||||
end-placeholder="结束日期"
|
||||
|
||||
Reference in New Issue
Block a user