@@ -42,8 +42,6 @@
<th>性别</th>
<th>年龄</th>
<th>联系方式</th>
- <th>创建员工</th>
- <th>备注</th>
<th>操作</th>
</tr>
</thead>
@@ -65,12 +63,6 @@
<td>
{{owner.link}}
</td>
- <td>
- {{owner.userName}}
- </td>
- {{owner.remark}}
<button class="btn btn-primary btn-xs" v-on:click="chooseOwner(owner)">选择
</button>