Skip to content

Commit

Permalink
fix:修改前端日志查询格式异常,导致无法查询具体时间日志 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherJie authored Apr 21, 2024
1 parent 1094c29 commit 3251020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vue_campus_admin/src/views/imt/log/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<el-form-item label="操作时间">
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
type="daterange"
style="width: 340px"
value-format="yyyy-MM-dd HH:mm:ss"
type="datetimerange"
range-separator="-"
start-placeholder="开始日期"
end-placeholder="结束日期"
Expand Down

0 comments on commit 3251020

Please sign in to comment.