Authored by whb

在线登记后台

... ... @@ -231,9 +231,10 @@
<thead>
<td width="5%">选择</td>
<td width="5%">ID</td>
<td width="5%">媒体名称</td>
<td width="5%">姓名</td>
<td width="5%">类型</td>
<td width="6%">手机号</td>
<td width="6%">媒体名</td>
<td width="7%">创建时间</td>
<td width="12%">操作</td>
</thead>
... ... @@ -244,6 +245,7 @@
<td><?php echo $seller['name']?></td>
<td><?php echo $this->view->sellerTypes[$this->view->type];?></td>
<td><?php echo $seller['mobile']?></td>
<td><?php echo $seller['company']?></td>
<td><?php echo date('Y-m-d H:i:s', $seller['create_time']);?></td>
<td>
<button class="btn look" seller_id="<?php echo $seller['id']?>">查看</button>
... ... @@ -257,7 +259,7 @@
<table class="table table-bordered">
<tbody>
<tr>
<td>媒体名称<span class="text-error"> * </span></td>
<td>姓名<span class="text-error"> * </span></td>
<td><input type="text" name="name"/></td>
</tr>
<tr>
... ...