党建大屏
This commit is contained in:
32
project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue
Normal file
32
project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue
Normal file
@@ -0,0 +1,32 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user