Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复日期格式不正确导致查询不到数据 #199

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vue_campus_admin/src/views/imt/log/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down
2 changes: 1 addition & 1 deletion vue_campus_admin/src/views/imt/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down
2 changes: 1 addition & 1 deletion vue_campus_admin/src/views/monitor/job/log.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down
2 changes: 1 addition & 1 deletion vue_campus_admin/src/views/monitor/logininfor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down
6 changes: 3 additions & 3 deletions vue_campus_admin/src/views/monitor/operlog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down Expand Up @@ -109,7 +109,7 @@
<el-table-column label="日志编号" align="center" prop="operId" />
<el-table-column label="系统模块" align="center" prop="appName" />
<el-table-column label="日志名称" align="center" prop="logName"/>

<el-table-column label="请求方式" align="center" prop="requestMethod" />
<el-table-column label="操作人员" align="center" prop="operUserId" width="100" :show-overflow-tooltip="true" sortable="custom" :sort-orders="['descending', 'ascending']" >
<template slot-scope="scope">
Expand Down Expand Up @@ -187,7 +187,7 @@
<el-col :span="24">
<el-form-item style="white-space: pre-wrap" label="日志内容:" >{{ form.logContent }}</el-form-item>
</el-col>

</el-row>
</el-form>
<div slot="footer" class="dialog-footer">
Expand Down
2 changes: 1 addition & 1 deletion vue_campus_admin/src/views/system/config/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down
4 changes: 2 additions & 2 deletions vue_campus_admin/src/views/system/dict/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down Expand Up @@ -344,4 +344,4 @@ export default {
}
}
};
</script>
</script>
4 changes: 2 additions & 2 deletions vue_campus_admin/src/views/system/role/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down Expand Up @@ -691,4 +691,4 @@ export default {
},
},
};
</script>
</script>
6 changes: 3 additions & 3 deletions vue_campus_admin/src/views/system/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down Expand Up @@ -172,7 +172,7 @@
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>



<!-- 添加或修改用户配置对话框 -->
Expand Down Expand Up @@ -592,4 +592,4 @@ export default {
}
}
};
</script>
</script>
2 changes: 1 addition & 1 deletion vue_campus_admin/src/views/tool/gen/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<el-date-picker
v-model="dateRange"
style="width: 240px"
value-format="yyyy-MM-dd"
value-format="yyyy-MM-dd HH:mm:ss"
type="daterange"
range-separator="-"
start-placeholder="开始日期"
Expand Down