Files
dvcp_v2_webapp/project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue
yanran200730 7453962f52 党建大屏
2022-05-11 18:07:04 +08:00

33 lines
375 B
Vue

<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>