|
|
|
@ -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, |
|
|
|
|