...
|
...
|
@@ -183,7 +183,7 @@ |
|
|
<div class="form-group">
|
|
|
<div class="col-sm-6">
|
|
|
<label>标题:</label>  
|
|
|
<input type="text" class="form-control input-form observe" placeholder="标题" value="[[contentData.data.title.name]]" data-field="title.name" required>
|
|
|
<input type="text" class="form-control input-form observe" placeholder="标题" value="[[contentData.data.title.name]]" data-field="title.name">
|
|
|
</div>
|
|
|
<div class="col-sm-6">
|
|
|
<label>更多名称:</label>
|
...
|
...
|
|