add:引入bpmn
This commit is contained in:
15
wms_pro/qd/src/views/wms/flow_manage/flowable/bpmn/index.vue
Normal file
15
wms_pro/qd/src/views/wms/flow_manage/flowable/bpmn/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<vue-bpmn />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import VueBpmn from '@/views/components/VueBpmn';
|
||||
export default {
|
||||
components: {
|
||||
VueBpmn
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user