<% layout("/include/_dialog.html"){ %>
<#iconselect id="icon" name="icon" value="${widget.icon!}" class="required"/>
点击组件打开的新页面地址,外部地址请使用http://或者https://开头,本系统地址请使用菜单地址
<#select path="target" value="${widget.target!}" notAllowNull="${true}" class="form-control required" items="${fn.getDictList('target')}" itemLabel="label" itemValue="value"/> 本系统页面打开:self,第三方链接打开:iframe,新窗口打开:blank
${widget.sql!}
<% } %>