File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/core/src/main/resources
templates/modules/gen/include Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
</ div >
23
23
< % }else if(c.showType == 'radio'){ %>
24
24
< div class ="control-inline ">
25
- < ${'#'}form:radio path="${c.attrName}" dictType="${c.optionMap['dictType']}" blankOption="true" class="form-control"/>
25
+ < ${'#'}form:radio path="${c.attrName}" dictType="${c.optionMap['dictType']}" class="form-control"/>
26
26
</ div >
27
27
< % }else if(c.showType == 'checkbox'){ %>
28
28
< div class ="control-inline ">
29
- < ${'#'}form:checkbox path="${c.attrName}" dictType="${c.optionMap['dictType']}" blankOption="true" class="form-control"/>
29
+ < ${'#'}form:checkbox path="${c.attrName}" dictType="${c.optionMap['dictType']}" class="form-control"/>
30
30
</ div >
31
31
< % }else if(c.showType == 'date' || c.showType == 'datetime'){
32
32
var isTime = (c.showType == 'datetime'); %>
Original file line number Diff line number Diff line change 40
40
< label class ="control-label col-sm-4 " title ="">
41
41
< span class ="required hide "> *</ span > ${text('类型')}:< i class ="fa icon-question hide "> </ i > </ label >
42
42
< div class ="col-sm-8 ">
43
- < #form:radio path="contentType" dictType="msg_inner_content_type" blankOption="true" class="form-control" />
43
+ < #form:radio path="contentType" dictType="msg_inner_content_type" class="form-control" />
44
44
</ div >
45
45
</ div >
46
46
</ div >
Original file line number Diff line number Diff line change 54
54
< label class ="control-label col-sm-4 " title ="">
55
55
< span class ="required "> *</ span > 区域类型:< i class ="fa icon-question hide "> </ i > </ label >
56
56
< div class ="col-sm-8 ">
57
- < #form:radio path="areaType" dictType="sys_area_type" blankOption="true" class="form-control required" />
57
+ < #form:radio path="areaType" dictType="sys_area_type" class="form-control required" />
58
58
</ div >
59
59
</ div >
60
60
</ div >
You can’t perform that action at this time.
0 commit comments