代码生成支持富文本控件

This commit is contained in:
RuoYi
2020-08-07 09:27:11 +08:00
parent a4c4f737a8
commit cec1d3adcb
6 changed files with 134 additions and 1 deletions

View File

@ -597,6 +597,7 @@
<option value="select" {{if htmlType==="select"}}selected{{/if}}></option>
<option value="radio" {{if htmlType==="radio"}}selected{{/if}}></option>
<option value="checkbox" {{if htmlType==="checkbox"}}selected{{/if}}></option>
<option value="summernote" {{if htmlType==="summernote"}}selected{{/if}}></option>
<option value="datetime" {{if htmlType==="datetime"}}selected{{/if}}></option>
<option value="upload" {{if htmlType==="upload"}}selected{{/if}}></option>
</select>