File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
server/resource/template/te Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 77
88type { {.StructName} } struct {
99 gorm.Model {{range .Fields} }
10- { {.FieldName} } { {.FieldType} } `json:"{ {.FieldJson} }"{ {if .ColumnName} } gorm:"column:{ {.ColumnName} }"{ {end} }`{ { end } }
10+ { {.FieldName} } { {.FieldType} } `json:"{ {.FieldJson} }" form:" { {.FieldJson } }" { {if .ColumnName} } gorm:"column:{ {.ColumnName} }"{ {end} }`{ { end } }
1111}
Original file line number Diff line number Diff line change 22 <div >
33 <el-form
44 :inline =" true"
5- :model =" form"
6- :rules =" rules"
75 label-width =" 85px"
86 ref =" menuForm"
97 label-position =" top"
Original file line number Diff line number Diff line change 6060 路由path
6161 <el-checkbox style =" float :right ;margin-left :20px ;" v-model =" checkFlag" >添加参数</el-checkbox >
6262 </div >
63-
6463 <el-input
6564 :disabled =" !checkFlag"
6665 autocomplete =" off"
You can’t perform that action at this time.
0 commit comments