代码生成支持上传控件

This commit is contained in:
RuoYi
2020-07-07 17:08:31 +08:00
parent 23b98a3ef8
commit 44df8c4c8b
7 changed files with 104 additions and 14 deletions

View File

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