增加查看报备页面

This commit is contained in:
2023-10-13 14:24:16 +08:00
parent 525bdc1bdf
commit 5924684357
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<template>
<div>查看报备</div>
</template>
<script>
export default {
name: "reportingList.vue"
}
</script>
<style scoped>
</style>