|
@@ -134,7 +134,7 @@
|
|
|
<el-table-column label="ID" align="center" prop="userId" />
|
|
|
<el-table-column label="项目" align="center" prop="projectId">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-tag v-if="scope.row.projectId">{{ getProjectLabel(scope.row.projectId) }}</el-tag>
|
|
|
+ <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" />
|