diff --git a/report-ui/src/components/AnjiPlus/anji-upload.vue b/report-ui/src/components/AnjiPlus/anji-upload.vue
new file mode 100644
index 00000000..ee303f9c
--- /dev/null
+++ b/report-ui/src/components/AnjiPlus/anji-upload.vue
@@ -0,0 +1,172 @@
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
diff --git a/report-ui/src/main.js b/report-ui/src/main.js
index f0bb4635..e9e3524a 100644
--- a/report-ui/src/main.js
+++ b/report-ui/src/main.js
@@ -26,6 +26,8 @@ Vue.component('v-chart', ECharts)
// anji component
import anjiCrud from '@/components/AnjiPlus/anji-crud/anji-crud'
import anjiSelect from '@/components/AnjiPlus/anji-select'
+import anjiUpload from '@/components/AnjiPlus/anji-upload'
+Vue.component('anji-upload', anjiUpload)
Vue.component('anji-crud', anjiCrud)
Vue.component('anji-select', anjiSelect)
diff --git a/report-ui/src/views/report/report/index.vue b/report-ui/src/views/report/report/index.vue
index 7438cbc0..e406efb7 100644
--- a/report-ui/src/views/report/report/index.vue
+++ b/report-ui/src/views/report/report/index.vue
@@ -8,11 +8,6 @@
-