正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -70,14 +70,14 @@ | @@ -70,14 +70,14 @@ | ||
70 | <th>提交时间</th> | 70 | <th>提交时间</th> |
71 | <td> | 71 | <td> |
72 | <input class="form-control" type="text" name="create_time" | 72 | <input class="form-control" type="text" name="create_time" |
73 | - id="create_time" value="{$list.create_time}" /> | 73 | + id="create_time" value="{$list.create_time}" readonly/> |
74 | </td> | 74 | </td> |
75 | </tr> | 75 | </tr> |
76 | <tr> | 76 | <tr> |
77 | <th>更新时间</th> | 77 | <th>更新时间</th> |
78 | <td> | 78 | <td> |
79 | <input class="form-control" type="text" name="update_time" | 79 | <input class="form-control" type="text" name="update_time" |
80 | - id="update_time" value="{$list.update_time}" /> | 80 | + id="update_time" value="{$list.update_time}" readonly/> |
81 | </td> | 81 | </td> |
82 | </tr> | 82 | </tr> |
83 | 83 |
-
请 注册 或 登录 后发表评论