|
|
@@ -3,8 +3,8 @@
|
|
|
<div style="margin-top: 15px;margin-right: 30px;display: flex;align-items: center">
|
|
|
<category v-model="search.cate_id" :type="7" style="margin-right: 20px"/>
|
|
|
<div class="search-item ">
|
|
|
- <span class="margin-right-15">搜索用户</span>
|
|
|
- <el-input v-model="search.uid" placeholder="uid" style="width: 200px"></el-input>
|
|
|
+ <span class="margin-right-15">发起人</span>
|
|
|
+ <el-input v-model="search.uid" placeholder="请输入uid" style="width: 200px"></el-input>
|
|
|
</div>
|
|
|
<div class="search-item margin-left-15 margin-right-15">
|
|
|
<span class="margin-right-15">
|
|
|
@@ -13,7 +13,7 @@
|
|
|
<i class="el-icon-question"></i>
|
|
|
</el-tooltip>
|
|
|
</span>
|
|
|
- <el-input v-model="search.keyword" placeholder="keyword" style="width: 200px"></el-input>
|
|
|
+ <el-input v-model="search.keyword" placeholder="请输入关键字" style="width: 200px"></el-input>
|
|
|
</div>
|
|
|
<el-button type="primary" @click="getList" style="margin-right: 40px">查看</el-button>
|
|
|
<el-tag
|
|
|
@@ -136,7 +136,7 @@
|
|
|
type:"",
|
|
|
status:"1",
|
|
|
data_type:"all",
|
|
|
- uid: 0,
|
|
|
+ uid: '',
|
|
|
keyword: '',
|
|
|
},
|
|
|
items: [
|