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

22 lines
279 B
Vue
Raw Normal View History

2022-10-13 17:57:48 +08:00
<template>
2022-10-14 11:36:06 +08:00
<section class="history">
历史届次hhh
</section>
2022-10-13 17:57:48 +08:00
</template>
<script>
export default {
2022-10-14 11:36:06 +08:00
name: "history",
props: {
instance: Function,
permissions: Function,
dict: Object,
},
2022-10-13 17:57:48 +08:00
}
</script>
2022-10-14 11:36:06 +08:00
<style lang="scss" scope>
.history {
}
2022-10-13 17:57:48 +08:00
</style>