|
|
|
@ -215,9 +215,9 @@ public class DataInit {
|
|
|
|
|
<#if table.html>
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}", "${table.tableComment}管理菜单", "菜单", "WEB_${table.tableName?upper_case}"));
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_HTM", "${table.tableComment}管理页", "网页", "/${module.moduleName}/${table.getFName()}.htm"));
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_TEMPLATE", "${table.tableComment}模板", "请求", "/${module.moduleName}/${table.getFName()}/template"));
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_IMPORT", "${table.tableComment}导入", "请求", "/${module.moduleName}/${table.getFName()}/imports"));
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_EXPORT", "${table.tableComment}导出", "请求", "/${module.moduleName}/${table.getFName()}/exports"));
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_TEMPLATE", "${table.tableComment}模板", "请求", "/ajax/${module.moduleName}/${table.getFName()}/template"));
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_IMPORT", "${table.tableComment}导入", "请求", "/ajax/${module.moduleName}/${table.getFName()}/imports"));
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_EXPORT", "${table.tableComment}导出", "请求", "/ajax/${module.moduleName}/${table.getFName()}/exports"));
|
|
|
|
|
</#if>
|
|
|
|
|
<#if table.create>
|
|
|
|
|
forMgr.add(createRes("WEB_${module.moduleName?upper_case}_${table.tableName?upper_case}_CREATE", "${table.tableComment}新增", "请求", "/ajax/${module.moduleName}/${table.getFName()}/create"));
|
|
|
|
|