Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
2b3e157d
Commit
2b3e157d
authored
Feb 25, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jeecg-Boot 2.1.4 版本发布 (版本问题修复)
parent
e2d4bb29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ant-design-vue-jeecg/src/views/jeecg/SelectDemo.vue
+0
-3
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml
+2
-1
No files found.
ant-design-vue-jeecg/src/views/jeecg/SelectDemo.vue
View file @
2b3e157d
...
...
@@ -180,7 +180,6 @@
<a-button
style=
"margin-right: 8px;"
@
click=
"()=>modal.visible=true"
>
点击弹出JModal
</a-button>
<span
style=
"margin-right: 8px;"
>
全屏化:
<a-switch
v-model=
"modal.fullscreen"
/></span>
<span
style=
"margin-right: 8px;"
>
允许切换全屏:
<a-switch
v-model=
"modal.switchFullscreen"
/></span>
<span>
锁定Body滚动:
<a-switch
v-model=
"modal.lockScroll"
/></span>
</a-form-item>
...
...
@@ -188,7 +187,6 @@
:visible
.
sync=
"modal.visible"
:width=
"1200"
:title=
"modal.title"
:lockScroll=
"modal.lockScroll"
:fullscreen
.
sync=
"modal.fullscreen"
:switchFullscreen=
"modal.switchFullscreen"
>
...
...
@@ -390,7 +388,6 @@ sayHi('hello, world!')`
modal
:
{
title
:
'这里是标题'
,
visible
:
false
,
lockScroll
:
true
,
fullscreen
:
true
,
switchFullscreen
:
true
,
},
...
...
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml
View file @
2b3e157d
...
...
@@ -52,7 +52,8 @@
where p.id = a.permission_id AND d.username = #{username,jdbcType=VARCHAR}
)
<!--update begin Author:taoyan Date:20200225 for:默认授权online的auto动态隐藏路由 -->
or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1) )
or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1)
or (p.url = '/online') )
<!--update end Author:taoyan Date:20200213 for:默认授权online的auto动态隐藏路由 -->
and p.del_flag = 0
<!--update begin Author:lvdandan Date:20200225 for:加入部门权限 -->
...
...
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