guhongwei 4 years ago
parent
commit
395f2557cd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/layout/user/clickBtn.vue

+ 3 - 0
src/layout/user/clickBtn.vue

@@ -35,6 +35,9 @@
         <el-col :span="24" class="native" v-if="user.job == '班长' || user.job == '学委'">
           <van-cell is-link @click="$router.push({ path: '/user/experience' })">培训心得</van-cell>
         </el-col>
+        <el-col :span="24" class="native" v-if="user.job == '宣传委员'">
+          <van-cell is-link @click="$router.push({ path: '/user/newspaper' })">新人才报</van-cell>
+        </el-col>
       </el-col>
     </el-row>
   </div>