<!-- 通过 --> <script lang="ts" setup name="passed"> import listPage from './listPage.vue' </script> <template> <list-page name="已通过" /> </template>