正在显示
3 个修改的文件
包含
17 行增加
和
2 行删除
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | <div class="col-md-9"> | 38 | <div class="col-md-9"> |
39 | <table class="table table-bordered"> | 39 | <table class="table table-bordered"> |
40 | <tr> | 40 | <tr> |
41 | - <th>书籍</th> | 41 | + <th width="120">书籍</th> |
42 | <td> | 42 | <td> |
43 | <input class="form-control" type="text" name="book_name" | 43 | <input class="form-control" type="text" name="book_name" |
44 | id="title" required value="" placeholder="请输入书籍名称"/> | 44 | id="title" required value="" placeholder="请输入书籍名称"/> |
@@ -71,6 +71,11 @@ | @@ -71,6 +71,11 @@ | ||
71 | </td> | 71 | </td> |
72 | </tr> | 72 | </tr> |
73 | <tr> | 73 | <tr> |
74 | + <th>咨询电话</th> | ||
75 | + <td><input class="form-control" type="text" name="zixun_phone" value="" | ||
76 | + placeholder="请输入咨询电话"></td> | ||
77 | + </tr> | ||
78 | + <tr> | ||
74 | <th>书号</th> | 79 | <th>书号</th> |
75 | <td><input class="form-control" type="text" name="book_number" value="" | 80 | <td><input class="form-control" type="text" name="book_number" value="" |
76 | placeholder="请输入书号"></td> | 81 | placeholder="请输入书号"></td> |
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | <div class="col-md-9"> | 38 | <div class="col-md-9"> |
39 | <table class="table table-bordered"> | 39 | <table class="table table-bordered"> |
40 | <tr> | 40 | <tr> |
41 | - <th>书籍</th> | 41 | + <th width="120">书籍</th> |
42 | <td> | 42 | <td> |
43 | <input class="form-control" type="text" name="book_name" | 43 | <input class="form-control" type="text" name="book_name" |
44 | id="title" required value="{$data.book_name}" placeholder="请输入书籍名称"/> | 44 | id="title" required value="{$data.book_name}" placeholder="请输入书籍名称"/> |
@@ -70,6 +70,11 @@ | @@ -70,6 +70,11 @@ | ||
70 | </td> | 70 | </td> |
71 | </tr> | 71 | </tr> |
72 | <tr> | 72 | <tr> |
73 | + <th>咨询电话</th> | ||
74 | + <td><input class="form-control" type="text" name="zixun_phone" value="{$data.zixun_phone}" | ||
75 | + placeholder="请输入咨询电话"></td> | ||
76 | + </tr> | ||
77 | + <tr> | ||
73 | <th>书号</th> | 78 | <th>书号</th> |
74 | <td><input class="form-control" type="text" name="book_number" value="{$data.book_number}" | 79 | <td><input class="form-control" type="text" name="book_number" value="{$data.book_number}" |
75 | placeholder="请输入书号"></td> | 80 | placeholder="请输入书号"></td> |
@@ -73,6 +73,11 @@ | @@ -73,6 +73,11 @@ | ||
73 | </td> | 73 | </td> |
74 | </tr> | 74 | </tr> |
75 | <tr> | 75 | <tr> |
76 | + <th>咨询电话</th> | ||
77 | + <td><input class="form-control" type="text" name="zixun_phone" value="{$data.zixun_phone}" | ||
78 | + placeholder="请输入咨询电话"></td> | ||
79 | + </tr> | ||
80 | + <tr> | ||
76 | <th>书号</th> | 81 | <th>书号</th> |
77 | <td><input class="form-control" type="text" name="book_number" value="{$data.book_number}" | 82 | <td><input class="form-control" type="text" name="book_number" value="{$data.book_number}" |
78 | placeholder="请输入书号"></td> | 83 | placeholder="请输入书号"></td> |
-
请 注册 或 登录 后发表评论