Files
database_render/issues.md
2025-08-06 19:34:12 +08:00

9 lines
512 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 关于自定义模板的说明
1. 系统全局存在主模板,这个模板是固定的不可变更的,不受任何表数据的影响
2. 数据列表
2.1 数据列表数据来源于后端 ajax 请求的 json 数据列表。不使用后端渲染全量模板后在前端替换指定区域。
2.2 对于配置中未定义使用自定义模板的,使用系统默的认列表模板(默认 card进行渲染数据列表
2.3 不再需要切换 table/card 模式功能
2.4 不需要导出功能