Commit f4d770ce authored by 卢均锐's avatar 卢均锐

Merge branch 'v2' of http://10.0.0.22:3000/lingxi/lingxi-business-paltform into v2

* 'v2' of http://10.0.0.22:3000/lingxi/lingxi-business-paltform: chore: 会员品类只展示一级
parents 69b178a2 00ca565a
......@@ -126,7 +126,7 @@ export const schema: ISchema = {
title: intl.formatMessage({ id: 'member.management.memberPrComingClassify.drawer.form.classify.category' }),
'x-component': 'CascaderFormItem',
'x-component-props': {
fieldNames: { label: 'title', value: 'id', children: 'children' },
fieldNames: { label: 'title', value: 'id', children: '123' }, // 这里的 '123' 是故意给的,目的是为了只展示一级层级
changeOnSelect: true,
expandTrigger: 'hover',
},
......
......@@ -126,7 +126,7 @@ export const schema: ISchema = {
title: intl.formatMessage({ id: 'member.management.memberPrComingClassify.drawer.form.classify.category' }),
'x-component': 'CascaderFormItem',
'x-component-props': {
fieldNames: { label: 'title', value: 'id', children: 'children' },
fieldNames: { label: 'title', value: 'id', children: '123' }, // 这里的 '123' 是故意给的,目的是为了只展示一级层级
changeOnSelect: true,
expandTrigger: 'hover',
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment