当前届次

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

@@ -0,0 +1,20 @@
<template>
<section class="addChange">
新增
</section>
</template>
<script>
export default {
name: "addChange",
props: {
instance: Function,
permissions: Function,
dict: Object,
},
}
</script>
<style lang="scss" scope>
.addChange {}
</style>