|
|
@ -273,7 +273,7 @@ export default {
|
|
|
|
#set($comment=$column.columnComment)
|
|
|
|
#set($comment=$column.columnComment)
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|
$column.javaField: [
|
|
|
|
$column.javaField: [
|
|
|
|
{ required: true, message: "$comment不能为空", trigger: "#if($column.htmlType == "select")"change"#else"blur"#end" }
|
|
|
|
{ required: true, message: "$comment不能为空", trigger: #if($column.htmlType == "select")"change"#else"blur"#end }
|
|
|
|
]#if($velocityCount != $columns.size()),#end
|
|
|
|
]#if($velocityCount != $columns.size()),#end
|
|
|
|
|
|
|
|
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|