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
af336c51
Commit
af336c51
authored
May 18, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加服务检测拉起脚本
parent
9d8facf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
log-manager-ui/admin/src/views/operate/log/list.vue
log-manager-ui/admin/src/views/operate/log/list.vue
+10
-5
log-manager/src/main/java/com/mortals/xhx/module/operate/model/vo/OperateLogVo.java
...com/mortals/xhx/module/operate/model/vo/OperateLogVo.java
+6
-0
No files found.
log-manager-ui/admin/src/views/operate/log/list.vue
View file @
af336c51
...
...
@@ -46,14 +46,19 @@
label
:
"
平台标识
"
},
{
name
:
"
logDate
"
,
name
:
"
createTimeStart
"
,
type
:
"
date
"
,
label
:
"
操作时间
"
,
fuzzy
:
true
label
:
"
开始时间
"
},
{
name
:
"
createTimeStart
"
,
type
:
"
date
"
,
label
:
"
结束时间
"
},
],
columns
:
[
{
type
:
"
index
"
,
label
:
"
序号
"
,
align
:
"
center
"
,
width
:
50
},
{
label
:
"
服务名称
"
,
prop
:
"
platformMark
"
,
formatter
:
this
.
formatter
},
...
...
@@ -83,4 +88,4 @@
};
}
};
</
script
>
\ No newline at end of file
</
script
>
log-manager/src/main/java/com/mortals/xhx/module/operate/model/vo/OperateLogVo.java
View file @
af336c51
...
...
@@ -20,4 +20,10 @@ public class OperateLogVo extends BaseEntityLong {
/** 结束 创建时间 */
private
String
createTimeEnd
;
/** 开始 操作时间 */
private
String
logDateStart
;
/** 结束 操作时间 */
private
String
logDateEnd
;
}
\ No newline at end of file
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