lk 5 years ago
parent
commit
0e02fc6e04
1 changed files with 8 additions and 1 deletions
  1. 8 1
      pages/main/index/jobs_behalf_post.vue

+ 8 - 1
pages/main/index/jobs_behalf_post.vue

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