Commit db3f7638 authored by 王波's avatar 王波

修改模板

parent 5aced6e1
......@@ -10,15 +10,15 @@
<form class="edit-content-form" inline="true" labelTextAlign="right" labelCol="{{labelCol}}">
<% for(var i = 0; i < configHtmlList.length; ++i) {%>
<% if(boxhtmlDatas[i].type == 'Box') {%>
<% if(configHtmlList[i].type == 'Box') {%>
<%- `
<form-item label='${boxhtmlDatas[i].name}'>
${boxhtmlDatas[i].value}
<form-item label='${configHtmlList[i].name}'>
${configHtmlList[i].value}
</form-item>
`
%>
<%} else {%>
<%-configList[i].template%>
<%-configHtmlList[i].template%>
<% } %>
<% } %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment