|
@@ -2,19 +2,9 @@
|
|
<div class="app-container">
|
|
<div class="app-container">
|
|
<div class="filter-container">
|
|
<div class="filter-container">
|
|
<div class="filter-control">
|
|
<div class="filter-control">
|
|
- <span style="width: auto;">机构名称:</span>
|
|
|
|
|
|
+ <span style="width: auto;">姓名:</span>
|
|
<el-input
|
|
<el-input
|
|
- v-model="listQuery.userName"
|
|
|
|
- placeholder="请输入机构名称"
|
|
|
|
- clearable
|
|
|
|
- @keyup.enter.native="getList"
|
|
|
|
- @clear="getList"
|
|
|
|
- />
|
|
|
|
- </div>
|
|
|
|
- <div class="filter-control">
|
|
|
|
- <span style="width: auto;">联系人:</span>
|
|
|
|
- <el-input
|
|
|
|
- v-model="listQuery.linkMan"
|
|
|
|
|
|
+ v-model="listQuery.name"
|
|
placeholder="请输入联系人姓名"
|
|
placeholder="请输入联系人姓名"
|
|
clearable
|
|
clearable
|
|
@keyup.enter.native="getList"
|
|
@keyup.enter.native="getList"
|
|
@@ -24,7 +14,7 @@
|
|
<div class="filter-control">
|
|
<div class="filter-control">
|
|
<span style="width: auto;">手机号:</span>
|
|
<span style="width: auto;">手机号:</span>
|
|
<el-input
|
|
<el-input
|
|
- v-model="listQuery.bindMobile"
|
|
|
|
|
|
+ v-model="listQuery.mobile"
|
|
placeholder="请输入手机号"
|
|
placeholder="请输入手机号"
|
|
clearable
|
|
clearable
|
|
@keyup.enter.native="getList"
|
|
@keyup.enter.native="getList"
|
|
@@ -33,17 +23,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="filter-control">
|
|
<div class="filter-control">
|
|
<span style="width: auto;">状态:</span>
|
|
<span style="width: auto;">状态:</span>
|
|
- <el-select v-model="listQuery.clubStatus" style="width:120px;" clearable @change="getList">
|
|
|
|
- <el-option value="" label="全部" />
|
|
|
|
- <el-option label="待审核" :value="1" />
|
|
|
|
- <el-option label="已上线" :value="90" />
|
|
|
|
- <el-option label="已上线" :value="91" />
|
|
|
|
- <el-option label="审核未通过" :value="92" />
|
|
|
|
- </el-select>
|
|
|
|
- </div>
|
|
|
|
- <div class="filter-control">
|
|
|
|
- <span style="width: auto;">绑定微信:</span>
|
|
|
|
- <el-select v-model="listQuery.clubStatus" style="width:120px;" clearable @change="getList">
|
|
|
|
|
|
+ <el-select v-model="listQuery.status" style="width:120px;" clearable @change="getList">
|
|
<el-option value="" label="全部" />
|
|
<el-option value="" label="全部" />
|
|
<el-option label="待审核" :value="1" />
|
|
<el-option label="待审核" :value="1" />
|
|
<el-option label="已上线" :value="90" />
|
|
<el-option label="已上线" :value="90" />
|