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