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