mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue
Conflicts: ruoyi/src/main/resources/vm/vue/index.vue.vm
This commit is contained in:
@ -227,8 +227,7 @@ export default {
|
||||
#end
|
||||
#if(${column.dictType} != '')
|
||||
// $comment字典
|
||||
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end
|
||||
|
||||
${column.javaField}Options: [],
|
||||
#end
|
||||
#end
|
||||
// 查询参数
|
||||
|
@ -258,8 +258,7 @@ export default {
|
||||
#end
|
||||
#if(${column.dictType} != '')
|
||||
// $comment字典
|
||||
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end
|
||||
|
||||
${column.javaField}Options: [],
|
||||
#end
|
||||
#end
|
||||
// 查询参数
|
||||
|
Reference in New Issue
Block a user