CzRger hace 1 mes
padre
commit
69c937c670
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/study/home/index.vue

+ 2 - 1
src/views/study/home/index.vue

@@ -29,6 +29,7 @@
                     {{ Hm(item.planDate) }}
                   </div>
                   <div
+                    v-if="item.paperStatus == 5 && item.planStatus == 1"
                     class="text-subject-color ml-auto flex items-center text-xs hover:underline"
                     @click="
                       $router.push({
@@ -38,7 +39,7 @@
                     "
                   >
                     <i class="fas fa-file-alt mr-1"></i>
-                    查看详情??
+                    查看详情
                   </div>
                 </div>
               </template>