You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<template>
|
|
<div>
|
|
<div>无人机章节</div>
|
|
<div>权限:</div>
|
|
<div>新增:ExamVenue:Room:add</div>
|
|
<div>修改:ExamVenue:Room:edit</div>
|
|
<div>删除:ExamVenue:Room:delete</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup name="ExamVenue"></script>
|
|
|
|
<style lang="scss" scoped></style>
|
|
|