소스 검색

Merge branch 'master' of http://git.cc-lotus.info/new_train/train-student

lrf402788946 4 년 전
부모
커밋
0438ca8a03
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/layout/user/clickBtn.vue

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

@@ -38,6 +38,9 @@
         <el-col :span="24" class="native">
           <van-cell is-link @click="$router.push({ path: '/user/trainVidoe' })">课程培训</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>