作者 anyv
1 个管道 的构建 通过 耗费 2 秒

1

... ... @@ -38,14 +38,14 @@
<table class="table table-bordered">
<input type="hidden" name="id" value="{$data.id}">
<tr>
<th>书籍</th>
<th width="120">书籍</th>
<td>
<input class="form-control" type="text" name="book_name"
id="title" required value="{$data.book_name}" placeholder="请输入书籍名称"/>
</td>
</tr>
<tr>
<th>售价</th>
<th width="120">售价</th>
<td><input class="form-control" type="text" name="price" id="source" value="{$data.price}"
placeholder="请输入售价"></td>
</tr>
... ...