Browse Source

app2.0 通讯录页面

娄底高职分支
ndbs 2 years ago
parent
commit
6037f891e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/contact.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/contact.vue View File

@@ -1,7 +1,7 @@
<template> <template>
<view id="contact" class="page"> <view id="contact" class="page">
<!-- 顶部搜索栏 --> <!-- 顶部搜索栏 -->
<l-banner v-model="searchText" placeholder="搜索公司名/部门名/职员姓名" type="search" noSearchButton fixed fill />
<l-banner v-model="searchText" placeholder="搜索学校名/部门名/职员姓名" type="search" noSearchButton fixed fill />


<!-- 树形列表 --> <!-- 树形列表 -->
<l-organize-tree v-if="ready && !searchText" @userClick="userClick" /> <l-organize-tree v-if="ready && !searchText" @userClick="userClick" />


Loading…
Cancel
Save