Procházet zdrojové kódy

fix:会员展示修复

caoliqin před 4 týdny
rodič
revize
49b52ffce5
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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