...
|
...
|
@@ -18,8 +18,13 @@ |
|
|
|
|
|
<script type="text/template" id="addInfoTemp">
|
|
|
[[each data as b index]]
|
|
|
[[if b.attributeName != '流行元素']]
|
|
|
<div class="attribute-group form-group">
|
|
|
<label>[[b.attributeName]]:</label>
|
|
|
[[if b.attributeName == '制作工艺']]
|
|
|
<label>工艺元素:</label>
|
|
|
[[else]]
|
|
|
<label>[[b.attributeName]]:</label>
|
|
|
[[/if]]
|
|
|
[[if b.inputType=='select']]
|
|
|
<div style="display: inline-block;width: 280px;">
|
|
|
<select class="form-control" id="[[b.attributeId]]" value="[[b.selectedValues||'']]">
|
...
|
...
|
@@ -39,6 +44,7 @@ |
|
|
[[/if]]
|
|
|
|
|
|
</div>
|
|
|
[[/if]]
|
|
|
[[/each]]
|
|
|
|
|
|
<div class="form-group">
|
...
|
...
|
|