...
|
...
|
@@ -38,7 +38,7 @@ |
|
|
<div class="col-md-9">
|
|
|
<table class="table table-bordered">
|
|
|
<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="请输入书籍名称"/>
|
...
|
...
|
@@ -70,6 +70,11 @@ |
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>咨询电话</th>
|
|
|
<td><input class="form-control" type="text" name="zixun_phone" value="{$data.zixun_phone}"
|
|
|
placeholder="请输入咨询电话"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>书号</th>
|
|
|
<td><input class="form-control" type="text" name="book_number" value="{$data.book_number}"
|
|
|
placeholder="请输入书号"></td>
|
...
|
...
|
|