作者 RuoYi

代码生成vue文件修正

@@ -213,7 +213,6 @@ @@ -213,7 +213,6 @@
213 <el-form-item label="${comment}" prop="${field}"> 213 <el-form-item label="${comment}" prop="${field}">
214 <el-input v-model="form.${field}" type="textarea" placeholder="请输入内容" /> 214 <el-input v-model="form.${field}" type="textarea" placeholder="请输入内容" />
215 </el-form-item> 215 </el-form-item>
216 - </el-form>  
217 #end 216 #end
218 #end 217 #end
219 #end 218 #end
@@ -286,7 +285,7 @@ export default { @@ -286,7 +285,7 @@ export default {
286 #set($comment=$column.columnComment) 285 #set($comment=$column.columnComment)
287 #end 286 #end
288 #set($comment=$column.columnComment) 287 #set($comment=$column.columnComment)
289 - studentName: [ 288 + $column.javaField: [
290 { required: true, message: "$comment不能为空", trigger: "blur" } 289 { required: true, message: "$comment不能为空", trigger: "blur" }
291 ]#if($velocityCount != $columns.size()),#end 290 ]#if($velocityCount != $columns.size()),#end
292 #end 291 #end