Commit 5aced6e1 authored by 王波's avatar 王波

模板修改

parent 1c176d77
......@@ -10,7 +10,7 @@
<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(boxhtmlDatas[i].type == 'Box') {%>
<%- `
<form-item label='${boxhtmlDatas[i].name}'>
${boxhtmlDatas[i].value}
......@@ -18,7 +18,7 @@
`
%>
<%} else {%>
<%-configList[i].template%><% } %>
<%-configList[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