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

【工单编排】前端组件新增多选下拉支持 #77

Open
benero opened this issue Dec 11, 2024 · 1 comment
Open

【工单编排】前端组件新增多选下拉支持 #77

benero opened this issue Dec 11, 2024 · 1 comment

Comments

@benero
Copy link

benero commented Dec 11, 2024

背景:只有只有【单选下拉】协议,需要在编排时支持按【多选下拉】显示,type 是 list

        {
            "key": "role_id",
            "name": "角色",
            "required": true,
            "type": "string",
            "options": [
                {
                    "text": "资深运维",
                    "value": "engineer"
                },
                {
                    "text": "运维开发",
                    "value": "developer"
                }
            ]
        }
企业微信截图_94263365-26da-4ef5-b75a-74d1509db314
ywywZhou added a commit to ywywZhou/BKFlow that referenced this issue Dec 13, 2024
Copy link

Linked to PR #79

luofann pushed a commit that referenced this issue Dec 13, 2024
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