We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
项目中有时人员字段需要以上配置功能
The text was updated successfully, but these errors were encountered:
steedos-filed lookup字段,增加searchable_fields和auto_open_filter属性
ab4e9e6
steedos/steedos-platform#7119
steedos-filed lookup字段,增加开关show_left_filter,是否显示左侧过滤器
4cf1435
已为steedos-fields lookup字段config属性增加对应可配置项:
示例:
{ "type": "steedos-field", "config": { "type": "lookup", "label": "填报人", "object": "b6_tables", "name": "informants", "multiple": true, "reference_to": "users", "inlineHelpText": "", "searchable_fields": [ { "field": "name" } ], "auto_open_filter": true, "show_left_filter": false }, "id": "u:93a716384a93" }
Sorry, something went wrong.
yinlianghui
No branches or pull requests
Summary 摘要
Why should this be worked on? 此需求的应用场景?
项目中有时人员字段需要以上配置功能
The text was updated successfully, but these errors were encountered: