mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
修改代码生成器
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
const queryParams = reactive({
|
||||
#foreach ($column in $columns)
|
||||
#if($column.isQuery)
|
||||
#if($column.isHtmlType=="datetime")
|
||||
#if($column.htmlType=="datetime")
|
||||
${column.javaField}Start: '',
|
||||
${column.javaField}End: '',
|
||||
#else
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
const queryParams = reactive({
|
||||
#foreach ($column in $columns)
|
||||
#if($column.isQuery)
|
||||
#if($column.isHtmlType=="datetime")
|
||||
#if($column.htmlType=="datetime")
|
||||
${column.javaField}Start: '',
|
||||
${column.javaField}End: '',
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user