Просмотр исходного кода

优化锐目公司提出的一些bug

wuxw лет назад: 6
Родитель
Сommit
4f4cfe0c88

+ 0 - 8
WebService/src/main/resources/components/visitInfoPackage/choose-owner/chooseOwner.html

@@ -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>
-                                        <td>
-                                            {{owner.remark}}
-                                        </td>
                                         <td>
                                             <button class="btn btn-primary btn-xs" v-on:click="chooseOwner(owner)">选择
                                             </button>