Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRUD导出 Excel 模板,暂无数据,在文档示例中就有问题 #10941

Open
hwy00 opened this issue Sep 20, 2024 · 0 comments
Open

CRUD导出 Excel 模板,暂无数据,在文档示例中就有问题 #10941

hwy00 opened this issue Sep 20, 2024 · 0 comments

Comments

@hwy00
Copy link

hwy00 commented Sep 20, 2024

描述问题:

在你们自己组件文档中就有问题,点击导出excel模板,报暂无数据错误

截图或视频:

image

如何复现(请务必完整填写下面内容):

  1. 你是如何使用 amis 的?
    sdknpm其他...

  2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在

  3. 粘贴有问题的完整 amis schema 代码:
    {
    "type": "page",
    "body": {
    "type": "crud",
    "syncLocation": false,
    "headerToolbar": [
    {
    "type": "export-excel-template",
    "label": "导出 Excel 模板"
    }
    ],
    "columns": [
    {
    "name": "id",
    "label": "ID"
    },
    {
    "name": "engine",
    "label": "Rendering engine"
    },
    {
    "name": "browser",
    "label": "Browser"
    },
    {
    "name": "platform",
    "label": "Platform(s)"
    },
    {
    "name": "version",
    "label": "Engine version"
    },
    {
    "name": "grade",
    "label": "CSS grade"
    }
    ]
    }
    }

  4. 操作步骤
    请简单描述一下复现的操作步骤...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant