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

cost

... ... @@ -12,32 +12,6 @@
</ul>
<form action="{:url('AdminArticle/editPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20">
<div class="row">
<div class="col-md-9">
<table class="table table-bordered">
<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>
<tr>
<th colspan="6">
<a class="btn btn-default btn-sm" id="addattr">添加属性</a>
</th>
</tr>
</tfoot>
</table>
</div>
<div class="col-md-3">
<table class="table table-bordered">
<tr>
... ... @@ -68,6 +42,32 @@
</tr>
</table>
</div>
<div class="col-md-9">
<table class="table table-bordered">
<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>
<tr>
<th colspan="6">
<a class="btn btn-default btn-sm" id="addattr">添加属性</a>
</th>
</tr>
</tfoot>
</table>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
... ...