Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
shenshaokai
jinfa-platform
Commits
90f72223
Commit
90f72223
authored
Jan 14, 2022
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 会员品类只展示一级
parent
739c37f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
schema.ts
src/pages/member/components/ModifyClassifyDrawer/schema.ts
+1
-1
index.ts
...gClassify/components/ComingClassifyDrawer/schema/index.ts
+1
-1
No files found.
src/pages/member/components/ModifyClassifyDrawer/schema.ts
View file @
90f72223
...
@@ -126,7 +126,7 @@ export const schema: ISchema = {
...
@@ -126,7 +126,7 @@ export const schema: ISchema = {
title
:
intl
.
formatMessage
({
id
:
'member.management.memberPrComingClassify.drawer.form.classify.category'
}),
title
:
intl
.
formatMessage
({
id
:
'member.management.memberPrComingClassify.drawer.form.classify.category'
}),
'x-component'
:
'CascaderFormItem'
,
'x-component'
:
'CascaderFormItem'
,
'x-component-props'
:
{
'x-component-props'
:
{
fieldNames
:
{
label
:
'title'
,
value
:
'id'
,
children
:
'
children'
},
fieldNames
:
{
label
:
'title'
,
value
:
'id'
,
children
:
'
123'
},
// 这里的 '123' 是故意给的,目的是为了只展示一级层级
changeOnSelect
:
true
,
changeOnSelect
:
true
,
expandTrigger
:
'hover'
,
expandTrigger
:
'hover'
,
},
},
...
...
src/pages/member/memberPrComingClassify/components/ComingClassifyDrawer/schema/index.ts
View file @
90f72223
...
@@ -126,7 +126,7 @@ export const schema: ISchema = {
...
@@ -126,7 +126,7 @@ export const schema: ISchema = {
title
:
intl
.
formatMessage
({
id
:
'member.management.memberPrComingClassify.drawer.form.classify.category'
}),
title
:
intl
.
formatMessage
({
id
:
'member.management.memberPrComingClassify.drawer.form.classify.category'
}),
'x-component'
:
'CascaderFormItem'
,
'x-component'
:
'CascaderFormItem'
,
'x-component-props'
:
{
'x-component-props'
:
{
fieldNames
:
{
label
:
'title'
,
value
:
'id'
,
children
:
'
children'
},
fieldNames
:
{
label
:
'title'
,
value
:
'id'
,
children
:
'
123'
},
// 这里的 '123' 是故意给的,目的是为了只展示一级层级
changeOnSelect
:
true
,
changeOnSelect
:
true
,
expandTrigger
:
'hover'
,
expandTrigger
:
'hover'
,
},
},
...
...
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