正在显示
1 个修改的文件
包含
12 行增加
和
7 行删除
@@ -14,16 +14,21 @@ | @@ -14,16 +14,21 @@ | ||
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 | - | ||
18 | <tr> | 17 | <tr> |
19 | <th>固定收费时间段设置</th> | 18 | <th>固定收费时间段设置</th> |
20 | - <td> | ||
21 | - <table> | ||
22 | - | ||
23 | - </table> | ||
24 | - </td> | ||
25 | </tr> | 19 | </tr> |
26 | - | 20 | + <tr> |
21 | + <table class="table table-bordered"> | ||
22 | + <tr> | ||
23 | + <th>开始时间</th> | ||
24 | + <td></td> | ||
25 | + <th>结束时间</th> | ||
26 | + <td></td> | ||
27 | + <th>每小时费用</th> | ||
28 | + <td></td> | ||
29 | + </tr> | ||
30 | + </table> | ||
31 | + </tr> | ||
27 | </table> | 32 | </table> |
28 | </div> | 33 | </div> |
29 | <div class="col-md-3"> | 34 | <div class="col-md-3"> |
-
请 注册 或 登录 后发表评论