正在显示
1 个修改的文件
包含
7 行增加
和
0 行删除
@@ -14,9 +14,12 @@ | @@ -14,9 +14,12 @@ | ||
14 | <div class="row"> | 14 | <div class="row"> |
15 | <div class="col-md-9"> | 15 | <div class="col-md-9"> |
16 | <table class="table table-bordered"> | 16 | <table class="table table-bordered"> |
17 | + <thead> | ||
17 | <tr> | 18 | <tr> |
18 | <th colspan="6">固定收费时间段设置</th> | 19 | <th colspan="6">固定收费时间段设置</th> |
19 | </tr> | 20 | </tr> |
21 | + </thead> | ||
22 | + <tbody> | ||
20 | <tr> | 23 | <tr> |
21 | <th>开始时间</th> | 24 | <th>开始时间</th> |
22 | <td><input class="form-control" type="time" name="start_time"></td> | 25 | <td><input class="form-control" type="time" name="start_time"></td> |
@@ -25,6 +28,10 @@ | @@ -25,6 +28,10 @@ | ||
25 | <th>每小时费用</th> | 28 | <th>每小时费用</th> |
26 | <td><input class="form-control" type="number" name="price"></td> | 29 | <td><input class="form-control" type="number" name="price"></td> |
27 | </tr> | 30 | </tr> |
31 | + </tbody> | ||
32 | + <tfoot> | ||
33 | + <div style="float: right"><a class="btn btn-default btn-sm" id="addattr">添加属性</a></div> | ||
34 | + </tfoot> | ||
28 | </table> | 35 | </table> |
29 | </div> | 36 | </div> |
30 | <div class="col-md-3"> | 37 | <div class="col-md-3"> |
-
请 注册 或 登录 后发表评论