Open
Description
描述问题:
6.11.0升级到6.12.0后表单的快速编辑按钮不显示, 但是在编辑器中能显示, 退回到6.11.0版本也能显示
截图或视频:
如何复现(请务必完整填写下面内容):
{
"type": "button",
"label": "按钮",
"onEvent": {
"click": {
"actions": [
{
"ignoreError": false,
"actionType": "dialog",
"dialog": {
"type": "dialog",
"title": "未命名弹窗",
"body": [
{
"type": "tpl",
"tpl": "弹窗内容",
"id": "u:34c4b80428b3"
},
{
"id": "u:a6ec7314591e",
"type": "form",
"title": "",
"mode": "flex",
"labelAlign": "top",
"dsType": "api",
"feat": "View",
"body": [
{
"type": "static",
"label": "电话",
"row": 0,
"id": "u:bd4b7eede2b6",
"quickEdit": {
"mode": "popOver"
},
"popOver": false,
"copyable": true,
"name": "phone",
"colSize": "1"
}
],
"actions": [
{
"type": "button",
"label": "提交",
"onEvent": {
"click": {
"actions": [
{
"actionType": "submit",
"componentId": "u:a6ec7314591e"
}
]
}
},
"level": "primary"
}
],
"resetAfterSubmit": true,
"static": true
}
],
"id": "u:f124a9285fdc",
"actions": [
{
"type": "button",
"actionType": "cancel",
"label": "取消",
"id": "u:59679b133efe"
},
{
"type": "button",
"actionType": "confirm",
"label": "确定",
"primary": true,
"id": "u:9e172e52b2d0"
}
],
"showCloseButton": true,
"closeOnOutside": false,
"closeOnEsc": false,
"showErrorMsg": true,
"showLoading": true,
"draggable": false
}
}
]
}
},
"id": "u:3b770a90023c"
}
- 操作步骤
请简单描述一下复现的操作步骤...