新增Vue3前端代码生成模板

This commit is contained in:
RuoYi
2021-12-16 09:59:46 +08:00
parent c1b223e3a7
commit 5c90f0bbb7
5 changed files with 1034 additions and 2 deletions

View File

@@ -427,7 +427,6 @@ export default {
#foreach ($column in $columns)
#if($column.htmlType == "radio")
$column.javaField: #if($column.javaType == "Integer" || $column.javaType == "Long")0#else"0"#end#if($foreach.count != $columns.size()),#end
#elseif($column.htmlType == "checkbox")
$column.javaField: []#if($foreach.count != $columns.size()),#end
#else