...
|
...
|
@@ -69,6 +69,13 @@ |
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>招聘人数<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" type="text" name="people"
|
|
|
id="people" required value="{$list['people']}" placeholder="请输入招聘人数"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>工作开始时间<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control-next" type="text" name="start_time"
|
...
|
...
|
|