...
|
...
|
@@ -32,7 +32,7 @@ |
|
|
<tr>
|
|
|
<th>关联类型<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<select class="form-control" name="post[jump_type]" style="width:400px;">
|
|
|
<select class="form-control" name="post[type]" style="width:400px;">
|
|
|
<option value="1" <if condition="$result.type eq 1">selected</if>>团队详情</option>
|
|
|
<option value="2" <if condition="$result.type eq 2">selected</if>>在线培训</option>
|
|
|
<option value="3" <if condition="$result.type eq 3">selected</if>>管理条例</option>
|
...
|
...
|
@@ -42,6 +42,14 @@ |
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<th>关联id<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" style="width:400px;" name="post[activity_id]" id="title"
|
|
|
required value="{$result.activity_id}" placeholder="请输入标题"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|