Skip to content

Commit

Permalink
修改参数化数据集查看页面预览操作参数设置表单报错的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
wodezy66 committed Aug 15, 2020
1 parent 2d271f8 commit a49b193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ readonly 是否只读操作,允许为null
<div class="workspace-editor-wrapper">
<input type="text" name="displayName" value="${(dataSet.displayName)!''?html}" class="file-display-name ui-widget ui-widget-content" readonly="readonly" />
<input type="hidden" id="${pageId}-workspaceEditor" value="${(dataSet.fileName)!''?html}" />
<#if !readonly>
<div class="fileinput-wrapper">
<div class="ui-widget ui-corner-all ui-button fileinput-button"><@spring.message code='upload' /><input type="file"></div>
<div class="upload-file-info"></div>
</div>
</#if>
</div>
<#include "include/dataSet_form_html_wow.ftl" >
</div>
Expand All @@ -58,7 +60,7 @@ readonly 是否只读操作,允许为null
&nbsp;&nbsp;
<input type="reset" value="<@spring.message code='reset' />" />
<#else>
<div class="form-foot-placeholder">&nbsp;<div>
<div class="form-foot-placeholder">&nbsp;</div>
</#if>
</div>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ readonly 是否只读操作,允许为null
&nbsp;&nbsp;
<input type="reset" value="<@spring.message code='reset' />" />
<#else>
<div class="form-foot-placeholder">&nbsp;<div>
<div class="form-foot-placeholder">&nbsp;</div>
</#if>
</div>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ readonly 是否只读操作,允许为null
&nbsp;&nbsp;
<input type="reset" value="<@spring.message code='reset' />" />
<#else>
<div class="form-foot-placeholder">&nbsp;<div>
<div class="form-foot-placeholder">&nbsp;</div>
</#if>
</div>
</form>
Expand Down

0 comments on commit a49b193

Please sign in to comment.