| 1234567891011121314151617181920212223242526 |
- <template>
- <div>
- 考试信息管理
- </div>
- </template>
- <script>
- export default {
- props: {},
- components: {},
- data() {
- return {
- };
- },
- computed: {},
- watch: {},
- created() {},
- mounted() {},
- methods: {},
- };
- </script>
- <style scoped lang="scss">
- </style>
|