明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
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
Administrator
jt_front
Commits
bc902bc7
Commit
bc902bc7
authored
Feb 02, 2026
by
yangyajing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增菜单
parent
b5720d31
Pipeline
#106884
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
menuManage.vue
src/views/systemManage/menuManage.vue
+10
-4
No files found.
src/views/systemManage/menuManage.vue
View file @
bc902bc7
<
template
>
<
template
>
<div
class=
"system-manage-container menu-manage"
v-loading=
"loading"
>
<div
class=
"system-manage-container menu-manage"
v-loading=
"loading"
>
<div
class=
"system-manage-header"
>
<div
class=
"header-left"
></div>
<div
class=
"header-right"
>
<el-form>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleAdd"
>
新增菜单
</el-button>
</el-form-item>
</el-form>
</div>
</div>
<div
class=
"system-manage-content manage-content"
>
<div
class=
"system-manage-content manage-content"
>
<common-table
<common-table
:data=
"tableData"
:data=
"tableData"
...
@@ -11,10 +21,6 @@
...
@@ -11,10 +21,6 @@
row-key="id"
row-key="id"
default-expand-all
default-expand-all
>
>
<template
#
header-actions
>
<el-button
type=
"primary"
@
click=
"handleAdd"
>
新增
</el-button>
</
template
>
<template
#
operations=
"
{ row, index }">
<template
#
operations=
"
{ row, index }">
<el-button
v-if=
"!row.url"
link
type=
"primary"
size=
"small"
@
click=
"addChildMenu(row, index)"
>
新增子菜单
</el-button>
<el-button
v-if=
"!row.url"
link
type=
"primary"
size=
"small"
@
click=
"addChildMenu(row, index)"
>
新增子菜单
</el-button>
<el-button
link
type=
"primary"
size=
"small"
@
click=
"handleEdit(row, index)"
>
<el-button
link
type=
"primary"
size=
"small"
@
click=
"handleEdit(row, index)"
>
...
...
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