正在显示
1 个修改的文件
包含
26 行增加
和
26 行删除
@@ -12,32 +12,6 @@ | @@ -12,32 +12,6 @@ | ||
12 | </ul> | 12 | </ul> |
13 | <form action="{:url('AdminArticle/editPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20"> | 13 | <form action="{:url('AdminArticle/editPost')}" method="post" class="form-horizontal js-ajax-form margin-top-20"> |
14 | <div class="row"> | 14 | <div class="row"> |
15 | - <div class="col-md-9"> | ||
16 | - <table class="table table-bordered"> | ||
17 | - <thead> | ||
18 | - <tr> | ||
19 | - <th colspan="6">固定收费时间段设置</th> | ||
20 | - </tr> | ||
21 | - </thead> | ||
22 | - <tbody> | ||
23 | - <tr> | ||
24 | - <th>开始时间</th> | ||
25 | - <td><input class="form-control" type="time" name="start_time"></td> | ||
26 | - <th>结束时间</th> | ||
27 | - <td><input class="form-control" type="time" name="end_time"></td> | ||
28 | - <th>每小时费用</th> | ||
29 | - <td><input class="form-control" type="number" name="price"></td> | ||
30 | - </tr> | ||
31 | - </tbody> | ||
32 | - <tfoot> | ||
33 | - <tr> | ||
34 | - <th colspan="6"> | ||
35 | - <a class="btn btn-default btn-sm" id="addattr">添加属性</a> | ||
36 | - </th> | ||
37 | - </tr> | ||
38 | - </tfoot> | ||
39 | - </table> | ||
40 | - </div> | ||
41 | <div class="col-md-3"> | 15 | <div class="col-md-3"> |
42 | <table class="table table-bordered"> | 16 | <table class="table table-bordered"> |
43 | <tr> | 17 | <tr> |
@@ -68,6 +42,32 @@ | @@ -68,6 +42,32 @@ | ||
68 | </tr> | 42 | </tr> |
69 | </table> | 43 | </table> |
70 | </div> | 44 | </div> |
45 | + <div class="col-md-9"> | ||
46 | + <table class="table table-bordered"> | ||
47 | + <thead> | ||
48 | + <tr> | ||
49 | + <th colspan="6">固定收费时间段设置</th> | ||
50 | + </tr> | ||
51 | + </thead> | ||
52 | + <tbody> | ||
53 | + <tr> | ||
54 | + <th>开始时间</th> | ||
55 | + <td><input class="form-control" type="time" name="start_time"></td> | ||
56 | + <th>结束时间</th> | ||
57 | + <td><input class="form-control" type="time" name="end_time"></td> | ||
58 | + <th>每小时费用</th> | ||
59 | + <td><input class="form-control" type="number" name="price"></td> | ||
60 | + </tr> | ||
61 | + </tbody> | ||
62 | + <tfoot> | ||
63 | + <tr> | ||
64 | + <th colspan="6"> | ||
65 | + <a class="btn btn-default btn-sm" id="addattr">添加属性</a> | ||
66 | + </th> | ||
67 | + </tr> | ||
68 | + </tfoot> | ||
69 | + </table> | ||
70 | + </div> | ||
71 | </div> | 71 | </div> |
72 | <div class="form-group"> | 72 | <div class="form-group"> |
73 | <div class="col-sm-offset-2 col-sm-10"> | 73 | <div class="col-sm-offset-2 col-sm-10"> |
-
请 注册 或 登录 后发表评论