perf: 调换导入导出的 logo

master
奔跑的面条 3 years ago
parent eae6de24c6
commit 15d883a3ba
  1. 14
      src/views/chart/ContentEdit/components/EditTools/index.vue

@ -172,19 +172,19 @@ const updateToSession = (id: string) => {
//
const btnList: BtnListType[] = [
{
key: 'import',
type: TypeEnum.IMPORTUPLOAD,
name: '导入',
icon: ShareIcon
},
{
key: 'export',
type: TypeEnum.BUTTON,
name: '导出',
icon: ShareIcon,
icon: DownloadIcon,
handle: exportHandle
},
{
key: 'import',
type: TypeEnum.IMPORTUPLOAD,
name: '导入',
icon: DownloadIcon
},
{
key: 'edit',
type: TypeEnum.BUTTON,

Loading…
Cancel
Save