diff --git a/jero-web/src/components/exportTree/index.vue b/jero-web/src/components/exportTree/index.vue
index e69de29bb..fa269e4b0 100644
--- a/jero-web/src/components/exportTree/index.vue
+++ b/jero-web/src/components/exportTree/index.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+ {{ title.substr(0, title.indexOf(searchValue)) }}
+ {{ searchValue }}
+ {{ title.substr(title.indexOf(searchValue) + searchValue.length) }}
+
+ {{ title }}
+
+
+
+ {{ title }}
+
+ onContextMenuClick(treeKey, menuKey)">
+ 1st menu item
+ 2nd menu item
+ 3rd menu item
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/externalReports/index.vue b/jero-web/src/views/externalReports/index.vue
index 2467169d4..329442c47 100644
--- a/jero-web/src/views/externalReports/index.vue
+++ b/jero-web/src/views/externalReports/index.vue
@@ -1,8 +1,10 @@
-
-
-
+
+
+
+
+
@@ -115,6 +117,7 @@ import addModel from './components/addModel'
import handleModel from './components/handle'
import { getAction, postAction, downloadFile, deleteAction } from '@/api/manage'
import globalAdvancedQuery from '@/components/globalAdvancedQuery/index'
+import exportTree from '@/components/exportTree/index'
import axios from 'axios'
import { ACCESS_TOKEN } from '@/store/mutation-types'
// import eventBUs from '../../../common/event'
@@ -126,6 +129,7 @@ export default {
components: {
addModel,
handleModel,
+ exportTree,
globalAdvancedQuery
},
data() {