Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
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
finance-oa
finance-manage
Commits
6130bebb
Commit
6130bebb
authored
Mar 06, 2022
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开启TopNav没有子菜单情况隐藏侧边栏
parent
9f944c04
Changes
27
Show whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
57 additions
and
52 deletions
+57
-52
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
+1
-1
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysMenuServiceImpl.java
...ava/com/ruoyi/system/service/impl/SysMenuServiceImpl.java
+1
-1
ruoyi-ui/src/assets/styles/sidebar.scss
ruoyi-ui/src/assets/styles/sidebar.scss
+4
-0
ruoyi-ui/src/components/TopNav/index.vue
ruoyi-ui/src/components/TopNav/index.vue
+15
-23
ruoyi-ui/src/layout/components/Settings/index.vue
ruoyi-ui/src/layout/components/Settings/index.vue
+1
-0
ruoyi-ui/src/layout/index.vue
ruoyi-ui/src/layout/index.vue
+2
-2
ruoyi-ui/src/router/index.js
ruoyi-ui/src/router/index.js
+6
-0
ruoyi-ui/src/store/modules/app.js
ruoyi-ui/src/store/modules/app.js
+8
-1
ruoyi-ui/src/store/modules/permission.js
ruoyi-ui/src/store/modules/permission.js
+1
-6
ruoyi-ui/src/views/monitor/job/index.vue
ruoyi-ui/src/views/monitor/job/index.vue
+1
-1
ruoyi-ui/src/views/monitor/job/log.vue
ruoyi-ui/src/views/monitor/job/log.vue
+1
-1
ruoyi-ui/src/views/monitor/logininfor/index.vue
ruoyi-ui/src/views/monitor/logininfor/index.vue
+1
-1
ruoyi-ui/src/views/monitor/online/index.vue
ruoyi-ui/src/views/monitor/online/index.vue
+1
-1
ruoyi-ui/src/views/monitor/operlog/index.vue
ruoyi-ui/src/views/monitor/operlog/index.vue
+1
-1
ruoyi-ui/src/views/system/config/index.vue
ruoyi-ui/src/views/system/config/index.vue
+1
-1
ruoyi-ui/src/views/system/dept/index.vue
ruoyi-ui/src/views/system/dept/index.vue
+1
-1
ruoyi-ui/src/views/system/dict/data.vue
ruoyi-ui/src/views/system/dict/data.vue
+1
-1
ruoyi-ui/src/views/system/dict/index.vue
ruoyi-ui/src/views/system/dict/index.vue
+1
-1
ruoyi-ui/src/views/system/menu/index.vue
ruoyi-ui/src/views/system/menu/index.vue
+1
-1
ruoyi-ui/src/views/system/notice/index.vue
ruoyi-ui/src/views/system/notice/index.vue
+1
-1
ruoyi-ui/src/views/system/post/index.vue
ruoyi-ui/src/views/system/post/index.vue
+1
-1
ruoyi-ui/src/views/system/role/authUser.vue
ruoyi-ui/src/views/system/role/authUser.vue
+1
-1
ruoyi-ui/src/views/system/role/index.vue
ruoyi-ui/src/views/system/role/index.vue
+1
-1
ruoyi-ui/src/views/system/role/selectUser.vue
ruoyi-ui/src/views/system/role/selectUser.vue
+1
-1
ruoyi-ui/src/views/system/user/index.vue
ruoyi-ui/src/views/system/user/index.vue
+1
-1
ruoyi-ui/src/views/tool/gen/importTable.vue
ruoyi-ui/src/views/tool/gen/importTable.vue
+1
-1
ruoyi-ui/src/views/tool/gen/index.vue
ruoyi-ui/src/views/tool/gen/index.vue
+1
-1
No files found.
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
View file @
6130bebb
<template>
<template>
<div class="app-container">
<div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" inline="true" v-show="showSearch" label-width="68px">
<el-form :model="queryParams" ref="queryForm" size="small"
:
inline="true" v-show="showSearch" label-width="68px">
#foreach($column in $columns)
#foreach($column in $columns)
#if($column.query)
#if($column.query)
#set($dictType=$column.dictType)
#set($dictType=$column.dictType)
...
...
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysMenuServiceImpl.java
View file @
6130bebb
...
@@ -176,7 +176,7 @@ public class SysMenuServiceImpl implements ISysMenuService
...
@@ -176,7 +176,7 @@ public class SysMenuServiceImpl implements ISysMenuService
else
if
(
menu
.
getParentId
().
intValue
()
==
0
&&
isInnerLink
(
menu
))
else
if
(
menu
.
getParentId
().
intValue
()
==
0
&&
isInnerLink
(
menu
))
{
{
router
.
setMeta
(
new
MetaVo
(
menu
.
getMenuName
(),
menu
.
getIcon
()));
router
.
setMeta
(
new
MetaVo
(
menu
.
getMenuName
(),
menu
.
getIcon
()));
router
.
setPath
(
"/
inner
"
);
router
.
setPath
(
"/"
);
List
<
RouterVo
>
childrenList
=
new
ArrayList
<
RouterVo
>();
List
<
RouterVo
>
childrenList
=
new
ArrayList
<
RouterVo
>();
RouterVo
children
=
new
RouterVo
();
RouterVo
children
=
new
RouterVo
();
String
routerPath
=
innerLinkReplaceEach
(
menu
.
getPath
());
String
routerPath
=
innerLinkReplaceEach
(
menu
.
getPath
());
...
...
ruoyi-ui/src/assets/styles/sidebar.scss
View file @
6130bebb
...
@@ -7,6 +7,10 @@
...
@@ -7,6 +7,10 @@
position
:
relative
;
position
:
relative
;
}
}
.sidebarHide
{
margin-left
:
0
!
important
;
}
.sidebar-container
{
.sidebar-container
{
-webkit-transition
:
width
.28s
;
-webkit-transition
:
width
.28s
;
transition
:
width
0
.28s
;
transition
:
width
0
.28s
;
...
...
ruoyi-ui/src/components/TopNav/index.vue
View file @
6130bebb
...
@@ -71,7 +71,7 @@ export default {
...
@@ -71,7 +71,7 @@ export default {
for
(
var
item
in
router
.
children
)
{
for
(
var
item
in
router
.
children
)
{
if
(
router
.
children
[
item
].
parentPath
===
undefined
)
{
if
(
router
.
children
[
item
].
parentPath
===
undefined
)
{
if
(
router
.
path
===
"
/
"
)
{
if
(
router
.
path
===
"
/
"
)
{
router
.
children
[
item
].
path
=
"
/
redirect/
"
+
router
.
children
[
item
].
path
;
router
.
children
[
item
].
path
=
"
/
"
+
router
.
children
[
item
].
path
;
}
else
{
}
else
{
if
(
!
this
.
ishttp
(
router
.
children
[
item
].
path
))
{
if
(
!
this
.
ishttp
(
router
.
children
[
item
].
path
))
{
router
.
children
[
item
].
path
=
router
.
path
+
"
/
"
+
router
.
children
[
item
].
path
;
router
.
children
[
item
].
path
=
router
.
path
+
"
/
"
+
router
.
children
[
item
].
path
;
...
@@ -87,22 +87,23 @@ export default {
...
@@ -87,22 +87,23 @@ export default {
// 默认激活的菜单
// 默认激活的菜单
activeMenu
()
{
activeMenu
()
{
const
path
=
this
.
$route
.
path
;
const
path
=
this
.
$route
.
path
;
let
activePath
=
this
.
defaultRouter
()
;
let
activePath
=
path
;
if
(
path
.
lastIndexOf
(
"
/
"
)
>
0
)
{
if
(
path
.
lastIndexOf
(
"
/
"
)
>
0
)
{
const
tmpPath
=
path
.
substring
(
1
,
path
.
length
);
const
tmpPath
=
path
.
substring
(
1
,
path
.
length
);
activePath
=
"
/
"
+
tmpPath
.
substring
(
0
,
tmpPath
.
indexOf
(
"
/
"
));
activePath
=
"
/
"
+
tmpPath
.
substring
(
0
,
tmpPath
.
indexOf
(
"
/
"
));
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
false
);
}
else
if
(
"
/index
"
==
path
||
""
==
path
)
{
}
else
if
(
"
/index
"
==
path
||
""
==
path
)
{
if
(
!
this
.
isFrist
)
{
if
(
!
this
.
isFrist
)
{
this
.
isFrist
=
true
;
this
.
isFrist
=
true
;
}
else
{
}
else
{
activePath
=
"
index
"
;
activePath
=
"
index
"
;
}
}
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
true
);
}
else
if
(
!
this
.
$route
.
children
)
{
activePath
=
path
;
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
true
);
}
}
var
routes
=
this
.
activeRoutes
(
activePath
);
if
(
routes
.
length
===
0
)
{
activePath
=
this
.
currentIndex
||
this
.
defaultRouter
()
this
.
activeRoutes
(
activePath
);
this
.
activeRoutes
(
activePath
);
}
return
activePath
;
return
activePath
;
},
},
},
},
...
@@ -121,29 +122,21 @@ export default {
...
@@ -121,29 +122,21 @@ export default {
const
width
=
document
.
body
.
getBoundingClientRect
().
width
/
3
;
const
width
=
document
.
body
.
getBoundingClientRect
().
width
/
3
;
this
.
visibleNumber
=
parseInt
(
width
/
85
);
this
.
visibleNumber
=
parseInt
(
width
/
85
);
},
},
// 默认激活的路由
defaultRouter
()
{
let
router
;
Object
.
keys
(
this
.
routers
).
some
((
key
)
=>
{
if
(
!
this
.
routers
[
key
].
hidden
)
{
router
=
this
.
routers
[
key
].
path
;
return
true
;
}
});
return
router
;
},
// 菜单选择事件
// 菜单选择事件
handleSelect
(
key
,
keyPath
)
{
handleSelect
(
key
,
keyPath
)
{
this
.
currentIndex
=
key
;
this
.
currentIndex
=
key
;
const
route
=
this
.
routers
.
find
(
item
=>
item
.
path
===
key
);
if
(
this
.
ishttp
(
key
))
{
if
(
this
.
ishttp
(
key
))
{
// http(s):// 路径新窗口打开
// http(s):// 路径新窗口打开
window
.
open
(
key
,
"
_blank
"
);
window
.
open
(
key
,
"
_blank
"
);
}
else
if
(
key
.
indexOf
(
"
/redirect
"
)
!==
-
1
)
{
}
else
if
(
!
route
||
!
route
.
children
)
{
// /redirect 路径内部打开
// 没有子路由路径内部打开
this
.
$router
.
push
({
path
:
key
.
replace
(
"
/redirect
"
,
""
)
});
this
.
$router
.
push
({
path
:
key
});
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
true
);
}
else
{
}
else
{
// 显示左侧联动菜单
// 显示左侧联动菜单
this
.
activeRoutes
(
key
);
this
.
activeRoutes
(
key
);
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
false
);
}
}
},
},
// 当前激活的路由
// 当前激活的路由
...
@@ -159,7 +152,6 @@ export default {
...
@@ -159,7 +152,6 @@ export default {
if
(
routes
.
length
>
0
)
{
if
(
routes
.
length
>
0
)
{
this
.
$store
.
commit
(
"
SET_SIDEBAR_ROUTERS
"
,
routes
);
this
.
$store
.
commit
(
"
SET_SIDEBAR_ROUTERS
"
,
routes
);
}
}
return
routes
;
},
},
ishttp
(
url
)
{
ishttp
(
url
)
{
return
url
.
indexOf
(
'
http://
'
)
!==
-
1
||
url
.
indexOf
(
'
https://
'
)
!==
-
1
return
url
.
indexOf
(
'
http://
'
)
!==
-
1
||
url
.
indexOf
(
'
https://
'
)
!==
-
1
...
...
ruoyi-ui/src/layout/components/Settings/index.vue
View file @
6130bebb
...
@@ -108,6 +108,7 @@ export default {
...
@@ -108,6 +108,7 @@ export default {
value
:
val
value
:
val
})
})
if
(
!
val
)
{
if
(
!
val
)
{
this
.
$store
.
dispatch
(
'
app/toggleSideBarHide
'
,
false
);
this
.
$store
.
commit
(
"
SET_SIDEBAR_ROUTERS
"
,
this
.
$store
.
state
.
permission
.
defaultRoutes
);
this
.
$store
.
commit
(
"
SET_SIDEBAR_ROUTERS
"
,
this
.
$store
.
state
.
permission
.
defaultRoutes
);
}
}
}
}
...
...
ruoyi-ui/src/layout/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
:class=
"classObj"
class=
"app-wrapper"
:style=
"
{'--current-color': theme}">
<div
:class=
"classObj"
class=
"app-wrapper"
:style=
"
{'--current-color': theme}">
<div
v-if=
"device==='mobile'&&sidebar.opened"
class=
"drawer-bg"
@
click=
"handleClickOutside"
/>
<div
v-if=
"device==='mobile'&&sidebar.opened"
class=
"drawer-bg"
@
click=
"handleClickOutside"
/>
<sidebar
class=
"sidebar-container"
/>
<sidebar
v-if=
"!sidebar.hide"
class=
"sidebar-container"
/>
<div
:class=
"
{hasTagsView:needTagsView}" class="main-container">
<div
:class=
"
{hasTagsView:needTagsView
,sidebarHide:sidebar.hide
}" class="main-container">
<div
:class=
"
{'fixed-header':fixedHeader}">
<div
:class=
"
{'fixed-header':fixedHeader}">
<navbar
/>
<navbar
/>
<tags-view
v-if=
"needTagsView"
/>
<tags-view
v-if=
"needTagsView"
/>
...
...
ruoyi-ui/src/router/index.js
View file @
6130bebb
...
@@ -164,6 +164,12 @@ export const dynamicRoutes = [
...
@@ -164,6 +164,12 @@ export const dynamicRoutes = [
}
}
]
]
// 防止连续点击多次路由报错
let
routerPush
=
Router
.
prototype
.
push
;
Router
.
prototype
.
push
=
function
push
(
location
)
{
return
routerPush
.
call
(
this
,
location
).
catch
(
err
=>
err
)
}
export
default
new
Router
({
export
default
new
Router
({
mode
:
'
history
'
,
// 去掉url中的#
mode
:
'
history
'
,
// 去掉url中的#
scrollBehavior
:
()
=>
({
y
:
0
}),
scrollBehavior
:
()
=>
({
y
:
0
}),
...
...
ruoyi-ui/src/store/modules/app.js
View file @
6130bebb
...
@@ -3,7 +3,8 @@ import Cookies from 'js-cookie'
...
@@ -3,7 +3,8 @@ import Cookies from 'js-cookie'
const
state
=
{
const
state
=
{
sidebar
:
{
sidebar
:
{
opened
:
Cookies
.
get
(
'
sidebarStatus
'
)
?
!!+
Cookies
.
get
(
'
sidebarStatus
'
)
:
true
,
opened
:
Cookies
.
get
(
'
sidebarStatus
'
)
?
!!+
Cookies
.
get
(
'
sidebarStatus
'
)
:
true
,
withoutAnimation
:
false
withoutAnimation
:
false
,
hide
:
false
},
},
device
:
'
desktop
'
,
device
:
'
desktop
'
,
size
:
Cookies
.
get
(
'
size
'
)
||
'
medium
'
size
:
Cookies
.
get
(
'
size
'
)
||
'
medium
'
...
@@ -30,6 +31,9 @@ const mutations = {
...
@@ -30,6 +31,9 @@ const mutations = {
SET_SIZE
:
(
state
,
size
)
=>
{
SET_SIZE
:
(
state
,
size
)
=>
{
state
.
size
=
size
state
.
size
=
size
Cookies
.
set
(
'
size
'
,
size
)
Cookies
.
set
(
'
size
'
,
size
)
},
SET_SIDEBAR_HIDE
:
(
state
,
status
)
=>
{
state
.
sidebar
.
hide
=
status
}
}
}
}
...
@@ -45,6 +49,9 @@ const actions = {
...
@@ -45,6 +49,9 @@ const actions = {
},
},
setSize
({
commit
},
size
)
{
setSize
({
commit
},
size
)
{
commit
(
'
SET_SIZE
'
,
size
)
commit
(
'
SET_SIZE
'
,
size
)
},
toggleSideBarHide
({
commit
},
status
)
{
commit
(
'
SET_SIDEBAR_HIDE
'
,
status
)
}
}
}
}
...
...
ruoyi-ui/src/store/modules/permission.js
View file @
6130bebb
...
@@ -22,12 +22,7 @@ const permission = {
...
@@ -22,12 +22,7 @@ const permission = {
state
.
defaultRoutes
=
constantRoutes
.
concat
(
routes
)
state
.
defaultRoutes
=
constantRoutes
.
concat
(
routes
)
},
},
SET_TOPBAR_ROUTES
:
(
state
,
routes
)
=>
{
SET_TOPBAR_ROUTES
:
(
state
,
routes
)
=>
{
// 顶部导航菜单默认添加统计报表栏指向首页
state
.
topbarRouters
=
routes
const
index
=
[{
path
:
'
index
'
,
meta
:
{
title
:
'
统计报表
'
,
icon
:
'
dashboard
'
}
}]
state
.
topbarRouters
=
routes
.
concat
(
index
);
},
},
SET_SIDEBAR_ROUTERS
:
(
state
,
routes
)
=>
{
SET_SIDEBAR_ROUTERS
:
(
state
,
routes
)
=>
{
state
.
sidebarRouters
=
routes
state
.
sidebarRouters
=
routes
...
...
ruoyi-ui/src/views/monitor/job/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"任务名称"
prop=
"jobName"
>
<el-form-item
label=
"任务名称"
prop=
"jobName"
>
<el-input
<el-input
v-model=
"queryParams.jobName"
v-model=
"queryParams.jobName"
...
...
ruoyi-ui/src/views/monitor/job/log.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"任务名称"
prop=
"jobName"
>
<el-form-item
label=
"任务名称"
prop=
"jobName"
>
<el-input
<el-input
v-model=
"queryParams.jobName"
v-model=
"queryParams.jobName"
...
...
ruoyi-ui/src/views/monitor/logininfor/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"登录地址"
prop=
"ipaddr"
>
<el-form-item
label=
"登录地址"
prop=
"ipaddr"
>
<el-input
<el-input
v-model=
"queryParams.ipaddr"
v-model=
"queryParams.ipaddr"
...
...
ruoyi-ui/src/views/monitor/online/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
label-width=
"68px"
>
<el-form-item
label=
"登录地址"
prop=
"ipaddr"
>
<el-form-item
label=
"登录地址"
prop=
"ipaddr"
>
<el-input
<el-input
v-model=
"queryParams.ipaddr"
v-model=
"queryParams.ipaddr"
...
...
ruoyi-ui/src/views/monitor/operlog/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"系统模块"
prop=
"title"
>
<el-form-item
label=
"系统模块"
prop=
"title"
>
<el-input
<el-input
v-model=
"queryParams.title"
v-model=
"queryParams.title"
...
...
ruoyi-ui/src/views/system/config/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"参数名称"
prop=
"configName"
>
<el-form-item
label=
"参数名称"
prop=
"configName"
>
<el-input
<el-input
v-model=
"queryParams.configName"
v-model=
"queryParams.configName"
...
...
ruoyi-ui/src/views/system/dept/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
>
<el-form-item
label=
"部门名称"
prop=
"deptName"
>
<el-form-item
label=
"部门名称"
prop=
"deptName"
>
<el-input
<el-input
v-model=
"queryParams.deptName"
v-model=
"queryParams.deptName"
...
...
ruoyi-ui/src/views/system/dict/data.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
<el-select
v-model=
"queryParams.dictType"
>
<el-select
v-model=
"queryParams.dictType"
>
<el-option
<el-option
...
...
ruoyi-ui/src/views/system/dict/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
<el-input
<el-input
v-model=
"queryParams.dictName"
v-model=
"queryParams.dictName"
...
...
ruoyi-ui/src/views/system/menu/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
>
<el-form-item
label=
"菜单名称"
prop=
"menuName"
>
<el-form-item
label=
"菜单名称"
prop=
"menuName"
>
<el-input
<el-input
v-model=
"queryParams.menuName"
v-model=
"queryParams.menuName"
...
...
ruoyi-ui/src/views/system/notice/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"公告标题"
prop=
"noticeTitle"
>
<el-form-item
label=
"公告标题"
prop=
"noticeTitle"
>
<el-input
<el-input
v-model=
"queryParams.noticeTitle"
v-model=
"queryParams.noticeTitle"
...
...
ruoyi-ui/src/views/system/post/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"岗位编码"
prop=
"postCode"
>
<el-form-item
label=
"岗位编码"
prop=
"postCode"
>
<el-input
<el-input
v-model=
"queryParams.postCode"
v-model=
"queryParams.postCode"
...
...
ruoyi-ui/src/views/system/role/authUser.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-input
<el-input
v-model=
"queryParams.userName"
v-model=
"queryParams.userName"
...
...
ruoyi-ui/src/views/system/role/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
<el-input
<el-input
v-model=
"queryParams.roleName"
v-model=
"queryParams.roleName"
...
...
ruoyi-ui/src/views/system/role/selectUser.vue
View file @
6130bebb
<
template
>
<
template
>
<!-- 授权用户 -->
<!-- 授权用户 -->
<el-dialog
title=
"选择用户"
:visible.sync=
"visible"
width=
"800px"
top=
"5vh"
append-to-body
>
<el-dialog
title=
"选择用户"
:visible.sync=
"visible"
width=
"800px"
top=
"5vh"
append-to-body
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-input
<el-input
v-model=
"queryParams.userName"
v-model=
"queryParams.userName"
...
...
ruoyi-ui/src/views/system/user/index.vue
View file @
6130bebb
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
</el-col>
</el-col>
<!--用户数据-->
<!--用户数据-->
<el-col
:span=
"20"
:xs=
"24"
>
<el-col
:span=
"20"
:xs=
"24"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-input
<el-input
v-model=
"queryParams.userName"
v-model=
"queryParams.userName"
...
...
ruoyi-ui/src/views/tool/gen/importTable.vue
View file @
6130bebb
<
template
>
<
template
>
<!-- 导入表 -->
<!-- 导入表 -->
<el-dialog
title=
"导入表"
:visible.sync=
"visible"
width=
"800px"
top=
"5vh"
append-to-body
>
<el-dialog
title=
"导入表"
:visible.sync=
"visible"
width=
"800px"
top=
"5vh"
append-to-body
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
>
<el-form-item
label=
"表名称"
prop=
"tableName"
>
<el-form-item
label=
"表名称"
prop=
"tableName"
>
<el-input
<el-input
v-model=
"queryParams.tableName"
v-model=
"queryParams.tableName"
...
...
ruoyi-ui/src/views/tool/gen/index.vue
View file @
6130bebb
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:
inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"表名称"
prop=
"tableName"
>
<el-form-item
label=
"表名称"
prop=
"tableName"
>
<el-input
<el-input
v-model=
"queryParams.tableName"
v-model=
"queryParams.tableName"
...
...
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