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