Files
dvcp_v2_webapp/project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue

33 lines
375 B
Vue
Raw Normal View History

2022-05-11 18:06:53 +08:00
<template>
<div class="partyOrg">
21313
</div>
</template>
<script>
import { VueOkrTree } from 'vue-okr-tree'
import 'vue-okr-tree/dist/vue-okr-tree.css'
export default {
name: 'AiPartyOrg',
components: {
VueOkrTree
},
data () {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>