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
bc15c106
Commit
bc15c106
authored
Jun 20, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加设备日志类型筛选
parent
a2b8931e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
db/menu.sql
db/menu.sql
+4
-2
log-manager-ui/admin/src/views/operate/log/list.vue
log-manager-ui/admin/src/views/operate/log/list.vue
+2
-1
No files found.
db/menu.sql
View file @
bc15c106
...
...
@@ -79,10 +79,12 @@ INSERT INTO `mortals_xhx_param` VALUES (null, '平台标识', 'OperateLog', 'pla
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'sample-form-manager'
,
'样表管理服务'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'fill-manager'
,
'填单管理服务'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'refined-manager'
,
'精细化管理服务'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_wechat'
,
'微官网/预约'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_wechat'
,
'微信小程序'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_wechat'
,
'全市地图智能引导预约服务系统'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_bkb'
,
'背靠背'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_phxt'
,
'排号系统'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_info'
,
'
排号
系统'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_info'
,
'
信息发布
系统'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_pickup'
,
'存取件系统'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_pjdevice'
,
'评价系统'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'平台标识'
,
'OperateLog'
,
'platformMark'
,
'log_guide'
,
'导视系统'
,
1
,
4
,
0
,
'level'
,
NULL
,
NULL
,
NULL
);
...
...
log-manager-ui/admin/src/views/operate/log/list.vue
View file @
bc15c106
...
...
@@ -48,7 +48,8 @@
{
name
:
"
platformMark
"
,
type
:
"
select
"
,
label
:
"
所属平台
"
label
:
"
所属平台
"
,
width
:
100
},
{
name
:
"
createTimeStart
"
,
...
...
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