|
|
@@ -15,6 +15,9 @@
|
|
|
<template slot-scope="scope">{{ genderDict[scope.row.gender] }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="currentSchool" label="就读学校"></el-table-column>
|
|
|
+ <el-table-column label="所属渠道">
|
|
|
+ <template slot-scope="scope">{{ scope.row.channelNames || '-' }}</template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="xxx" label="义工时长">
|
|
|
<template slot-scope="scope">{{ scope.row.volunteerHours||0 }}h</template>
|
|
|
</el-table-column>
|