...
|
...
|
@@ -25,7 +25,7 @@ |
|
|
<div class="col-md-9">
|
|
|
<table class="table table-bordered">
|
|
|
<tr>
|
|
|
<th width="100">标题(限20字)<span class="form-required">*</span></th>
|
|
|
<th width="100">标题<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" name="activity_name"
|
|
|
id="title" value="{$data.activity_name}" placeholder="请输入标题"/>
|
...
|
...
|
|