CzRger 1 hónapja%!(EXTRA string=óta)
szülő
commit
69c937c670
1 módosított fájl, 2 hozzáadás és 1 törlés
  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>