|
|
@@ -10,10 +10,10 @@
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="用户电话" prop="phone">
|
|
|
+ <el-form-item label="用户昵称" prop="nickName">
|
|
|
<el-input
|
|
|
- v-model="queryParams.phone"
|
|
|
- placeholder="请输入用户电话"
|
|
|
+ v-model="queryParams.nickName"
|
|
|
+ placeholder="请输入用户昵称"
|
|
|
clearable
|
|
|
size="small"
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
@@ -77,7 +77,6 @@
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
<el-table-column label="用户id" align="center" prop="userId" />
|
|
|
<el-table-column label="用户昵称" align="center" prop="nickName" />
|
|
|
- <el-table-column label="用户电话" align="center" prop="phone" />
|
|
|
<el-table-column label="类别" align="center" prop="logType" >
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="intefralLogTypeOptions" :value="scope.row.logType"/>
|
|
|
@@ -162,6 +161,7 @@ export default {
|
|
|
pageSize: 10,
|
|
|
userId: null,
|
|
|
logtype: null,
|
|
|
+ nickName: null,
|
|
|
integral: null,
|
|
|
balance: null,
|
|
|
businessId: null,
|