Merge branch 'dev' into master-fetch-dev

This commit is contained in:
奔跑的面条
2023-01-13 16:15:09 +08:00
3 changed files with 13 additions and 11 deletions
@@ -172,18 +172,18 @@ const updateToSession = (id: string) => {
// 配置列表
const btnList: BtnListType[] = [
{
key: 'export',
type: TypeEnum.BUTTON,
name: '导出',
icon: ShareIcon,
handle: exportHandle
},
{
key: 'import',
type: TypeEnum.IMPORTUPLOAD,
name: '导入',
icon: DownloadIcon
icon: ShareIcon
},
{
key: 'export',
type: TypeEnum.BUTTON,
name: '导出',
icon: DownloadIcon,
handle: exportHandle
},
{
key: 'edit',