浏览代码

fix:会员展示修复

caoliqin 4 周之前
父节点
当前提交
49b52ffce5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/his/user/indexProject.vue

+ 2 - 1
src/views/his/user/indexProject.vue

@@ -185,6 +185,7 @@
           icon="el-icon-data-analysis"
           size="mini"
           @click="openMemberStatistics"
+          v-hasPermi="['his:user:statistics']"
         >会员统计</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -198,7 +199,7 @@
           <el-tag v-if="scope.row.projectId !== null">{{ getProjectLabel(scope.row.projectId,scope.row) }}</el-tag>
         </template>
       </el-table-column>
-      <el-table-column label="会员昵称" align="center" prop="nickname" />
+      <el-table-column label="会员昵称" align="center" prop="nickName" />
       <el-table-column label="会员头像" align="center" width="80">
         <template slot-scope="scope">
           <el-popover