当前届次

This commit is contained in:
shijingjing
2022-10-14 11:36:06 +08:00
parent 54f1356756
commit edc371ed30
4 changed files with 174 additions and 10 deletions

View File

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