From c5bc7e7f6ac2a7bc2a3f75fe50d7fecfafe4bb63 Mon Sep 17 00:00:00 2001 From: 100011797 <2642441182@qq.com> Date: Mon, 30 Jan 2023 09:34:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AIcon/index.tsx | 3 +- src/components/JUpload/index.vue | 243 ++++++++++++++++++----- src/views/device/Instance/Save/index.vue | 7 +- 3 files changed, 199 insertions(+), 54 deletions(-) diff --git a/src/components/AIcon/index.tsx b/src/components/AIcon/index.tsx index 02e6d8a2..dddebb75 100644 --- a/src/components/AIcon/index.tsx +++ b/src/components/AIcon/index.tsx @@ -26,7 +26,8 @@ const iconKeys = [ 'ExportOutlined', 'SyncOutlined', 'ExclamationCircleOutlined', - 'UploadOutlined' + 'UploadOutlined', + 'LoadingOutlined' ] const Icon = (props: {type: string}) => { diff --git a/src/components/JUpload/index.vue b/src/components/JUpload/index.vue index c7f612de..94cfe30b 100644 --- a/src/components/JUpload/index.vue +++ b/src/components/JUpload/index.vue @@ -1,70 +1,213 @@ \ No newline at end of file diff --git a/src/views/device/Instance/Save/index.vue b/src/views/device/Instance/Save/index.vue index ff691bd1..1301e493 100644 --- a/src/views/device/Instance/Save/index.vue +++ b/src/views/device/Instance/Save/index.vue @@ -4,8 +4,8 @@ - - + + @@ -32,6 +32,7 @@