Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intelligent_qp_manager
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
张伯涛
intelligent_qp_manager
Commits
20a82cd2
Commit
20a82cd2
authored
Nov 14, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单管理字段修改
parent
83e01122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
menu.data.ts
src/views/demo/system/menu/menu.data.ts
+4
-4
No files found.
src/views/demo/system/menu/menu.data.ts
View file @
20a82cd2
...
@@ -185,14 +185,14 @@ export const formSchema: FormSchema[] = [
...
@@ -185,14 +185,14 @@ export const formSchema: FormSchema[] = [
},
},
{
{
field
:
'
show
'
,
field
:
'
visible
'
,
label
:
'
是否显示
'
,
label
:
'
显示状态
'
,
component
:
'RadioButtonGroup'
,
component
:
'RadioButtonGroup'
,
defaultValue
:
'0'
,
defaultValue
:
'0'
,
componentProps
:
{
componentProps
:
{
options
:
[
options
:
[
{
label
:
'
是
'
,
value
:
'0'
},
{
label
:
'
显示
'
,
value
:
'0'
},
{
label
:
'
否
'
,
value
:
'1'
},
{
label
:
'
隐藏
'
,
value
:
'1'
},
],
],
},
},
ifShow
:
({
values
})
=>
!
isButton
(
values
.
type
),
ifShow
:
({
values
})
=>
!
isButton
(
values
.
type
),
...
...
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