作者 郭鑫
1 个管道 的构建 通过 耗费 1 秒

bingo 修改

@@ -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