Files
dvcp_v2_webapp/project/pingchang/apps/AppOrganizationChange/components/addChange.vue

20 lines
272 B
Vue
Raw Normal View History

2022-10-14 11:36:06 +08:00
<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>