Commit 1eaf29f7 authored by 沈翠玲's avatar 沈翠玲

yyyy-MM-dd hh:mm改成yyyy-MM-dd HH:mm

parent 50890401
......@@ -34,7 +34,7 @@
<el-date-picker clearable
v-model="queryParams.uploadTime"
type="date"
value-format="yyyy-MM-dd hh:mm:ss"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择上传sap时间">
</el-date-picker>
</el-form-item>
......
......@@ -356,7 +356,7 @@
<el-date-picker
v-model="form.startTime"
type="datetime"
value-format="yyyy-MM-dd hh:mm:ss"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择开始时间"
>
</el-date-picker>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment