mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-16 13:45:59 +08:00
调整代码生成器模板
This commit is contained in:
@@ -163,8 +163,7 @@ const formData = reactive({
|
||||
#elseif($column.isEdit)
|
||||
#if($column.htmlType=="checkbox")
|
||||
${column.javaField}: [],
|
||||
#else
|
||||
#if($column.htmlType=="number")
|
||||
#elseif($column.htmlType=="number")
|
||||
${column.javaField}: 0,
|
||||
#else
|
||||
${column.javaField}: '',
|
||||
|
||||
Reference in New Issue
Block a user