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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
如图所示,把crud的crudDataFilter属性值配置为:
crud.card.itemAction = { "actionType": "link", "link": "/app/admin/steedos_packages/view/${_id}" } return crud;
最后生成的curd schema中itemAction会变成,即在生成crud schema的时候会事先执行amis表达式
{ "actionType": "link", "link": "/app/admin/steedos_packages/view/" }
按上述描述的示例一样,只要在任务一个对象列表微页面中配置了crud的crudDataFilter属性,并且该属性值中有amis表达式就会有问题
2.5.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
如图所示,把crud的crudDataFilter属性值配置为:
最后生成的curd schema中itemAction会变成,即在生成crud schema的时候会事先执行amis表达式
Steps To Reproduce 重现步骤
按上述描述的示例一样,只要在任务一个对象列表微页面中配置了crud的crudDataFilter属性,并且该属性值中有amis表达式就会有问题
Version 版本
2.5.x
The text was updated successfully, but these errors were encountered: