浏览代码

积分显示名称

三七 6 天之前
父节点
当前提交
9836371647
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/his/userIntegralLogs/index.vue

+ 4 - 4
src/views/his/userIntegralLogs/index.vue

@@ -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,