Showing
1 changed file
with
4 additions
and
2 deletions
@@ -231,9 +231,10 @@ | @@ -231,9 +231,10 @@ | ||
231 | <thead> | 231 | <thead> |
232 | <td width="5%">选择</td> | 232 | <td width="5%">选择</td> |
233 | <td width="5%">ID</td> | 233 | <td width="5%">ID</td> |
234 | - <td width="5%">媒体名称</td> | 234 | + <td width="5%">姓名</td> |
235 | <td width="5%">类型</td> | 235 | <td width="5%">类型</td> |
236 | <td width="6%">手机号</td> | 236 | <td width="6%">手机号</td> |
237 | + <td width="6%">媒体名</td> | ||
237 | <td width="7%">创建时间</td> | 238 | <td width="7%">创建时间</td> |
238 | <td width="12%">操作</td> | 239 | <td width="12%">操作</td> |
239 | </thead> | 240 | </thead> |
@@ -244,6 +245,7 @@ | @@ -244,6 +245,7 @@ | ||
244 | <td><?php echo $seller['name']?></td> | 245 | <td><?php echo $seller['name']?></td> |
245 | <td><?php echo $this->view->sellerTypes[$this->view->type];?></td> | 246 | <td><?php echo $this->view->sellerTypes[$this->view->type];?></td> |
246 | <td><?php echo $seller['mobile']?></td> | 247 | <td><?php echo $seller['mobile']?></td> |
248 | + <td><?php echo $seller['company']?></td> | ||
247 | <td><?php echo date('Y-m-d H:i:s', $seller['create_time']);?></td> | 249 | <td><?php echo date('Y-m-d H:i:s', $seller['create_time']);?></td> |
248 | <td> | 250 | <td> |
249 | <button class="btn look" seller_id="<?php echo $seller['id']?>">查看</button> | 251 | <button class="btn look" seller_id="<?php echo $seller['id']?>">查看</button> |
@@ -257,7 +259,7 @@ | @@ -257,7 +259,7 @@ | ||
257 | <table class="table table-bordered"> | 259 | <table class="table table-bordered"> |
258 | <tbody> | 260 | <tbody> |
259 | <tr> | 261 | <tr> |
260 | - <td>媒体名称<span class="text-error"> * </span></td> | 262 | + <td>姓名<span class="text-error"> * </span></td> |
261 | <td><input type="text" name="name"/></td> | 263 | <td><input type="text" name="name"/></td> |
262 | </tr> | 264 | </tr> |
263 | <tr> | 265 | <tr> |
-
Please register or login to post a comment