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

[功能建议]增加自定义视图(创建查询) #22

Open
cabbage89 opened this issue Sep 25, 2014 · 0 comments
Open

[功能建议]增加自定义视图(创建查询) #22

cabbage89 opened this issue Sep 25, 2014 · 0 comments

Comments

@cabbage89
Copy link

如果我有一张业务表,对应一个表单,那么此表单的数据应该可以创建一个视图(View), 根据不同的条件显示不同的列表, 如创建一个请假天数大于3天的请假申请列表.这个视图可以定义一个name.
筛选条件需要有宏变量, 如查询请假人为"当前用户"的列表.
最终抽象为:
视图 = 视图名称 + 筛选条件 + 排序条件 + 显示列(渲染方式)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants