作者 郭鑫
1 个管道 的构建 通过 耗费 1 秒

页面修改

... ... @@ -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"
... ...