Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
ldp-docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
doc
ldp-docs
Commits
444cfd55
Commit
444cfd55
authored
Dec 16, 2020
by
马超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: 权限项配置说明
parent
f74a04df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
LDP应用页面权限项配置说明.md
操作文档/LDP应用页面权限项配置说明.md
+1
-1
No files found.
操作文档/LDP应用页面权限项配置说明.md
View file @
444cfd55
...
...
@@ -16,7 +16,7 @@
| 审批权限 | AUIT_BTN | 否 |
| 弹窗权限 | DIALOG_BTN | 否 |
如
果需要另外添加
,目前需要通过插入语句,新增数据到
`ldp_mcs_element_info`
如
需扩展权限项
,目前需要通过插入语句,新增数据到
`ldp_mcs_element_info`
```
sql
INSERT
INTO
`ldp_mcs_element_info`
(
`id`
,
`ele_name`
,
`ele_code`
,
`ele_type`
,
`ele_loadtype`
,
`create_id`
,
`create_time`
,
`scope_id`
,
`update_id`
,
`update_time`
)
VALUES
(
'3xfbe26074fc8yt12'
,
'其它权限'
,
'DEFAULT_BTN'
,
'DEFAULT'
,
0
,
'admin'
,
'2020-06-24 16:02:13'
,
'pageview'
,
'admin'
,
'2020-06-24 16:02:16'
);
...
...
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