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表格的mapping状态使用导出excel不显示状态值 bug #11592

Open
760985933 opened this issue Feb 12, 2025 · 2 comments
Open

crud表格的mapping状态使用导出excel不显示状态值 bug #11592

760985933 opened this issue Feb 12, 2025 · 2 comments
Labels
bug Something isn't working need confirm

Comments

@760985933
Copy link

描述问题:

crud表格的mapping状态使用导出excel不显示状态值

截图或视频:

Image

Image

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

  1. 你是如何使用 amis 的?
    sdk

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

  3. 粘贴有问题的完整 amis schema 代码:

 {
                              "name": "ping_status",
                              "label": "ping状态",
                              "type": "mapping",
                              "map": {
                                "*": {
                                "type": "status",
                                "map": {

                                },
                                "labelMap": {
                                //   "0": "执行中",
                                  "1": "通",
                                  "0": "不通",
                                }
                                }
                              }
                              },
  1. 操作步骤
    请简单描述一下复现的操作步骤...
@760985933 760985933 changed the title crud表格的mapping状态使用导出excel不显示状态值 crud表格的mapping状态使用导出excel不显示状态值 bug Feb 22, 2025
@github-actions github-actions bot added the bug Something isn't working label Feb 22, 2025
Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@760985933
Copy link
Author

760985933 commented Feb 22, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need confirm
Projects
None yet
Development

No branches or pull requests

1 participant