mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
perf: 调换导入导出的 logo
This commit is contained in:
parent
9aff88c678
commit
279f414db0
@ -172,18 +172,18 @@ const updateToSession = (id: string) => {
|
|||||||
|
|
||||||
// 配置列表
|
// 配置列表
|
||||||
const btnList: BtnListType[] = [
|
const btnList: BtnListType[] = [
|
||||||
{
|
|
||||||
key: 'export',
|
|
||||||
type: TypeEnum.BUTTON,
|
|
||||||
name: '导出',
|
|
||||||
icon: ShareIcon,
|
|
||||||
handle: exportHandle
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 'import',
|
key: 'import',
|
||||||
type: TypeEnum.IMPORTUPLOAD,
|
type: TypeEnum.IMPORTUPLOAD,
|
||||||
name: '导入',
|
name: '导入',
|
||||||
icon: DownloadIcon
|
icon: ShareIcon
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'export',
|
||||||
|
type: TypeEnum.BUTTON,
|
||||||
|
name: '导出',
|
||||||
|
icon: DownloadIcon,
|
||||||
|
handle: exportHandle
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'edit',
|
key: 'edit',
|
||||||
|
Loading…
Reference in New Issue
Block a user