题库维护。刷题软件数据后台
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.
 
 
 
 
 
 
ss-tiku-manage-web/src/views/ExamVenue/Room/index.vue

13 lines
307 B

<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>