...
|
...
|
@@ -14,17 +14,24 @@ |
|
|
<div class="row">
|
|
|
<div class="col-md-9">
|
|
|
<table class="table table-bordered">
|
|
|
<tr>
|
|
|
<th colspan="6">固定收费时间段设置</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>开始时间</th>
|
|
|
<td><input class="form-control" type="time" name="start_time"></td>
|
|
|
<th>结束时间</th>
|
|
|
<td><input class="form-control" type="time" name="end_time"></td>
|
|
|
<th>每小时费用</th>
|
|
|
<td><input class="form-control" type="number" name="price"></td>
|
|
|
</tr>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="6">固定收费时间段设置</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<th>开始时间</th>
|
|
|
<td><input class="form-control" type="time" name="start_time"></td>
|
|
|
<th>结束时间</th>
|
|
|
<td><input class="form-control" type="time" name="end_time"></td>
|
|
|
<th>每小时费用</th>
|
|
|
<td><input class="form-control" type="number" name="price"></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
<tfoot>
|
|
|
<div style="float: right"><a class="btn btn-default btn-sm" id="addattr">添加属性</a></div>
|
|
|
</tfoot>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="col-md-3">
|
...
|
...
|
|