diff --git a/src/views/chart/ContentEdit/components/EditTools/index.vue b/src/views/chart/ContentEdit/components/EditTools/index.vue index a1fcc9b5..c92e578c 100644 --- a/src/views/chart/ContentEdit/components/EditTools/index.vue +++ b/src/views/chart/ContentEdit/components/EditTools/index.vue @@ -182,13 +182,13 @@ const btnList: BtnListType[] = [ key: 'import', type: TypeEnum.IMPORTUPLOAD, name: '导入', - icon: DownloadIcon + icon: ShareIcon }, { key: 'export', type: TypeEnum.BUTTON, name: '导出', - icon: ShareIcon, + icon: DownloadIcon, handle: exportHandle }, {