Files
dvcp_v2_webapp/project/pingchang/apps/AppOrganizationChange/components/history.vue
shijingjing edc371ed30 当前届次
2022-10-14 11:36:06 +08:00

22 lines
279 B
Vue

<template>
<section class="history">
历史届次hhh
</section>
</template>
<script>
export default {
name: "history",
props: {
instance: Function,
permissions: Function,
dict: Object,
},
}
</script>
<style lang="scss" scope>
.history {
}
</style>