@@ -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>
- 查看详情??
+ 查看详情
</template>