作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

cost

... ... @@ -19,11 +19,11 @@
</tr>
<tr>
<th>开始时间</th>
<td><input type="time" name="start_time"></td>
<td><input class="form-control" type="time" name="start_time"></td>
<th>结束时间</th>
<td><input type="time" name="end_time"></td>
<td><input class="form-control" type="time" name="end_time"></td>
<th>每小时费用</th>
<td><input type="number" name="price"></td>
<td><input class="form-control" type="number" name="price"></td>
</tr>
</table>
</div>
... ...