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