mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-20 22:40:45 +08:00
Merge branch 'dev' into master-fetch-dev
This commit is contained in:
commit
9c62c62820
@ -182,13 +182,13 @@ const btnList: BtnListType[] = [
|
|||||||
key: 'import',
|
key: 'import',
|
||||||
type: TypeEnum.IMPORTUPLOAD,
|
type: TypeEnum.IMPORTUPLOAD,
|
||||||
name: '导入',
|
name: '导入',
|
||||||
icon: DownloadIcon
|
icon: ShareIcon
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'export',
|
key: 'export',
|
||||||
type: TypeEnum.BUTTON,
|
type: TypeEnum.BUTTON,
|
||||||
name: '导出',
|
name: '导出',
|
||||||
icon: ShareIcon,
|
icon: DownloadIcon,
|
||||||
handle: exportHandle
|
handle: exportHandle
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user