diff --git a/src/views/chart/ContentEdit/components/EditTools/index.vue b/src/views/chart/ContentEdit/components/EditTools/index.vue index fc435ad2..79d2eb6c 100644 --- a/src/views/chart/ContentEdit/components/EditTools/index.vue +++ b/src/views/chart/ContentEdit/components/EditTools/index.vue @@ -172,18 +172,18 @@ const updateToSession = (id: string) => { // 配置列表 const btnList: BtnListType[] = [ - { - key: 'export', - type: TypeEnum.BUTTON, - name: '导出', - icon: ShareIcon, - handle: exportHandle - }, { key: 'import', type: TypeEnum.IMPORTUPLOAD, name: '导入', - icon: DownloadIcon + icon: ShareIcon + }, + { + key: 'export', + type: TypeEnum.BUTTON, + name: '导出', + icon: DownloadIcon, + handle: exportHandle }, { key: 'edit',