正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -51,9 +51,9 @@ | @@ -51,9 +51,9 @@ | ||
51 | <tbody> | 51 | <tbody> |
52 | <tr> | 52 | <tr> |
53 | <th>开始时间</th> | 53 | <th>开始时间</th> |
54 | - <td><input class="form-control" type="time" name="start_time" value="{:date('H:i',$interval.start_time)}"></td> | 54 | + <td><input class="form-control" type="time" name="start_time" value="{$interval.start_time}"></td> |
55 | <th>结束时间</th> | 55 | <th>结束时间</th> |
56 | - <td><input class="form-control" type="time" name="end_time" value="{:date('H:i',$interval.end_time)}"></td> | 56 | + <td><input class="form-control" type="time" name="end_time" value="{$interval.end_time}"></td> |
57 | <th>每小时费用</th> | 57 | <th>每小时费用</th> |
58 | <td><input class="form-control" type="number" name="price" value="{$interval.price}"></td> | 58 | <td><input class="form-control" type="number" name="price" value="{$interval.price}"></td> |
59 | </tr> | 59 | </tr> |
-
请 注册 或 登录 后发表评论