lrf402788946 hace 5 años
padre
commit
854c3ec713
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/master/notice/noticeright.vue

+ 1 - 1
src/layout/master/notice/noticeright.vue

@@ -10,7 +10,7 @@
       <span v-else-if="type === 'jobfair'">
         <jobfair :noticedetail="noticedetail"></jobfair>
       </span>
-      <span v-else-if="type === 'info'">
+      <span v-else-if="type === 'news'">
         <info :noticedetail="noticedetail"></info>
       </span>
     </el-row>