|
@@ -16,7 +16,7 @@
|
|
|
<div class="search-item">
|
|
|
<label>搜索</label>
|
|
|
<el-input
|
|
|
- placeholder="退款申请人姓名"
|
|
|
+ placeholder="用户名/真实姓名/手机号"
|
|
|
v-model="searchInput"
|
|
|
maxlength="200"
|
|
|
>
|
|
@@ -116,6 +116,10 @@
|
|
|
width="109"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="person_user_name" label="用户名" width="109">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="person_phone" label="手机号" width="109">
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="person_city_name"
|
|
|
label="客户所在省市"
|
|
@@ -614,7 +618,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
let data = {
|
|
|
- person_name: this.searchInput.trim(),
|
|
|
+ person_user_name_or_phone: this.searchInput.trim(),
|
|
|
page_capacity: this.pageSize,
|
|
|
cur_page: this.pageNumber,
|
|
|
order_column_list: order_column_list,
|