Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: routerSetter #112

Merged
merged 1 commit into from
Mar 15, 2024
Merged

fix: routerSetter #112

merged 1 commit into from
Mar 15, 2024

Conversation

adagiomin
Copy link
Contributor

新增displayType属性
可以由其它属性配置值控制,是路由跳转还是链接跳转,控制展示形式

<Radio value="select">选择路由</Radio>
<Radio value="input">自定义输入</Radio>
</Radio.Group>
{['both', 'router'].includes(displayType) && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果是 both 模式的话,就无法变回 input,select 模式了

@wwsun wwsun merged commit 23c2e2e into NetEase:main Mar 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants