From 6d85b3e52acd5dacebb473a0439a67091d8b03c7 Mon Sep 17 00:00:00 2001
From: qianlishi <1432731663@qq.com>
Date: Wed, 4 Aug 2021 10:43:03 +0800
Subject: [PATCH] update upload
---
.../src/components/AnjiPlus/anji-upload.vue | 172 ++++++++++++++++++
report-ui/src/main.js | 2 +
report-ui/src/views/report/report/index.vue | 23 +--
3 files changed, 183 insertions(+), 14 deletions(-)
create mode 100644 report-ui/src/components/AnjiPlus/anji-upload.vue
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 @@
-