Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
log-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
log-platform
Commits
bc2996e8
Commit
bc2996e8
authored
Jul 05, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询时间段
parent
5c80a4b9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
+18
-8
log-manager-ui/admin/src/views/access/log/list.vue
log-manager-ui/admin/src/views/access/log/list.vue
+16
-6
log-manager-ui/admin/src/views/biz/log/list.vue
log-manager-ui/admin/src/views/biz/log/list.vue
+2
-2
No files found.
log-manager-ui/admin/src/views/access/log/list.vue
View file @
bc2996e8
...
@@ -63,6 +63,16 @@
...
@@ -63,6 +63,16 @@
type
:
"
text
"
,
type
:
"
text
"
,
label
:
"
耗时阈值
"
label
:
"
耗时阈值
"
},
},
{
name
:
"
createTimeStart
"
,
type
:
"
date
"
,
label
:
"
开始时间
"
},
{
name
:
"
createTimeEnd
"
,
type
:
"
date
"
,
label
:
"
结束时间
"
},
],
],
columns
:
[
columns
:
[
...
...
log-manager-ui/admin/src/views/biz/log/list.vue
View file @
bc2996e8
...
@@ -77,12 +77,12 @@
...
@@ -77,12 +77,12 @@
},
},
{
{
name
:
"
log
TimeStart
"
,
name
:
"
create
TimeStart
"
,
type
:
"
date
"
,
type
:
"
date
"
,
label
:
"
开始时间
"
label
:
"
开始时间
"
},
},
{
{
name
:
"
log
TimeEnd
"
,
name
:
"
create
TimeEnd
"
,
type
:
"
date
"
,
type
:
"
date
"
,
label
:
"
结束时间
"
label
:
"
结束时间
"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment