Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
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
张伯涛
bigDataSystem
Commits
67ed4d22
Commit
67ed4d22
authored
Nov 14, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单管理字段修改
parent
43922cbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
index.ts
src/router/routes/index.ts
+1
-2
menu.data.ts
src/views/system/menu/menu.data.ts
+2
-2
No files found.
src/router/routes/index.ts
View file @
67ed4d22
...
...
@@ -44,7 +44,6 @@ export const DictRoute: AppRouteRecordRaw = {
meta
:
{
title
:
'字典管理'
,
icon
:
''
,
hidden
:
true
,
currentActiveMenu
:
'/system/dict'
,
},
children
:
[
...
...
@@ -53,6 +52,7 @@ export const DictRoute: AppRouteRecordRaw = {
name
:
'Data'
,
component
:
()
=>
import
(
'@/views/system/dict/data/index.vue'
),
meta
:
{
hideMenu
:
true
,
title
:
'字典数据'
,
icon
:
''
,
},
...
...
@@ -66,7 +66,6 @@ export const mainBodyRoute: AppRouteRecordRaw = {
meta
:
{
title
:
'主体管理'
,
icon
:
''
,
hidden
:
true
,
currentActiveMenu
:
'/mainBody/index'
,
},
children
:
[
...
...
src/views/system/menu/menu.data.ts
View file @
67ed4d22
...
...
@@ -216,8 +216,8 @@ export const formSchema: FormSchema[] = [
defaultValue
:
'0'
,
componentProps
:
{
options
:
[
{
label
:
'显示'
,
value
:
'
1
'
},
{
label
:
'隐藏'
,
value
:
'
0
'
},
{
label
:
'显示'
,
value
:
'
0
'
},
{
label
:
'隐藏'
,
value
:
'
1
'
},
],
},
ifShow
:
({
values
})
=>
!
isButton
(
values
.
menuType
),
...
...
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