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

bingo 修改

... ... @@ -70,14 +70,14 @@
<th>提交时间</th>
<td>
<input class="form-control" type="text" name="create_time"
id="create_time" value="{$list.create_time}" />
id="create_time" value="{$list.create_time}" readonly/>
</td>
</tr>
<tr>
<th>更新时间</th>
<td>
<input class="form-control" type="text" name="update_time"
id="update_time" value="{$list.update_time}" />
id="update_time" value="{$list.update_time}" readonly/>
</td>
</tr>
... ...