demo示例设置展示列效果优化

系统设置菜单消失 #2079
Failed to execute 'getComputedStyle' on 'Window
升级代码生成器模板

1、支持自定义下拉树的生成
2、oracle下 三级联动配置了,导致生成报错
3、高级查询支持下拉搜索和下拉多选
4、树表单支持更多的控件生成
This commit is contained in:
zhangdaiscott
2020-12-11 20:06:21 +08:00
parent 4d045887c1
commit bf5c313f78
17 changed files with 224 additions and 32 deletions

View File

@ -6,8 +6,6 @@ import freemarker.template.Configuration;
import freemarker.template.Template;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jeecgframework.codegenerate.generate.util.SimpleFormat;
import java.io.StringWriter;