当前届次
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
<template>
|
||||
<div>历史届次</div>
|
||||
<section class="history">
|
||||
历史届次hhh
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
name: "history",
|
||||
props: {
|
||||
instance: Function,
|
||||
permissions: Function,
|
||||
dict: Object,
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
<style lang="scss" scope>
|
||||
.history {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user