Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zong
Compass
Commits
63c30650
Commit
63c30650
authored
Jan 12, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4b3d3cf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
menu.inc
src/manager/templates/menu.inc
+6
-1
No files found.
src/manager/templates/menu.inc
View file @
63c30650
...
...
@@ -52,6 +52,7 @@ a:hover{
<div class="menu_title">系统设定</div>
<div class="menu_item" id="menu_account"><a href="government_list.php">厅县局管理</a></div>
<div class="menu_item" id="menu_account"><a href="account_list.php">账户管理</a></div>
<div class="menu_item" id="menu_account"><a href="system_const_list.php">常量设定</a></div>
</div>-->
<div
id=
"leftMenu"
>
<el-menu
...
...
@@ -100,7 +101,8 @@ a:hover{
</template>
<el-menu-item-group>
<el-menu-item
index=
"4-1"
v-if=
"checkAuthority1"
@
click=
"fn8()"
>
账户管理
</el-menu-item>
<el-menu-item
index=
"4-2"
v-if=
"checkAuthority2"
@
click=
"fn9()"
>
领导机构
</el-menu-item>
<el-menu-item
index=
"4-2"
v-if=
"checkAuthority2"
@
click=
"fn9()"
>
领导机构
</el-menu-item>
<el-menu-item
index=
"4-3"
v-if=
"checkAuthority2"
@
click=
"fn10()"
>
常量设定
</el-menu-item>
</el-menu-item-group>
</el-submenu>
</el-menu>
...
...
@@ -157,6 +159,9 @@ a:hover{
},
fn9
(){
window
.
location
.
href
=
'government_list.php'
},
fn10
(){
window
.
location
.
href
=
'system_const_list.php'
}
}
})
...
...
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