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
CURD生成的导出,是不是不能按照查询导出? 虽然提示的是带查询,但是导出的数据实际上还是所有的,请求链接的时候也没有带参数
The text was updated successfully, but these errors were encountered:
不能,目前的导出是按照表结构的注释导出的,
可以参考这个链接实现带参数导出: https://gitee.com/ulthon/ulthon_admin/commit/fbf55bca4b0bd560221aa56355c8545c4f59fd75
参考这个链接,实现了根据页面表格的字段显示导出表格: https://gitee.com/ulthon/ulthon_admin/commit/eaf56e3652b441b96f042be9c7fc379e6895b51c
Sorry, something went wrong.
No branches or pull requests
CURD生成的导出,是不是不能按照查询导出?
虽然提示的是带查询,但是导出的数据实际上还是所有的,请求链接的时候也没有带参数
The text was updated successfully, but these errors were encountered: