|
|
@@ -51,12 +51,19 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="statusName" label="当前状态"></el-table-column>
|
|
|
<el-table-column prop="countApplied" label="投递人数"></el-table-column>
|
|
|
- <el-table-column prop="recuitResult" label="是否激活">
|
|
|
+ <el-table-column prop="recuitResult" label="是否登录">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.isActivation == '1'">是</span>
|
|
|
<span v-else>否</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="recuitResult" label="是否查看邮件">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="scope.row.emailShow == '1'">是</span>
|
|
|
+ <span v-else>否</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
<el-table-column prop="recuitResult" label="是否退订">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.isUnsubscribe == '1'">是</span>
|