{
    "type": "steedos-record-service",
    "body": [
        {
            "type": "steedos-record-detail-header",
            "label": "标题面板",
            "objectApiName": "${objectName}",
            "recordId": "${recordId}",
            "showBackButton": "${!_inDrawer}",
            "id": "u:7d7ba97000b5"
        },
        {
            "type": "tabs",
            "className": "steedos-record-tabs bg-white p-4 sm:m-4 sm:shadow sm:rounded",
            "tabs": [
                {
                    "title": "记录",
                    "className": "px-0 py-4",
                    "body": [
                        {
                            "type": "service",
                            "id": "u:0a9648b8649a",
                            "body": [],
                            "dsType": "api",
                            "schemaApi": {
                                "url": "/api/builder6/b6_data/amis_schema/aggrid/${_id}?mode=${status == 'end' ? 'read' : 'admin'}",
                                "method": "get",
                                "requestAdaptor": "",
                                "adaptor": "",
                                "messages": {}
                            },
                            "initFetchSchema": true,
                            "ws": "",
                            "onEvent": {
                                "broadcast_service_listview_b6_data_rebuild": {
                                    "actions": [
                                        {
                                            "actionType": "rebuild"
                                        }
                                    ]
                                }
                            }
                        }
                    ],
                    "id": "u:b7301a4dbb5b"
                },
                {
                    "title": "收集",
                    "className": "px-0 py-4",
                    "body": [
                        {
                            "type": "steedos-object-related-listview",
                            "id": "u:1b597ddb8f65",
                            "label": "相关表",
                            "objectApiName": "${objectName}",
                            "recordId": "${recordId}",
                            "relatedObjectApiName": "b6_collect"
                        }
                    ],
                    "id": "u:fd19a275307c"
                },
                {
                    "title": "数据表",
                    "body": [
                        {
                            "type": "steedos-object-form",
                            "label": "对象表单",
                            "objectApiName": "${objectName}",
                            "recordId": "${recordId}",
                            "mode": "read",
                            "enableInitApi": false,
                            "className": "",
                            "id": "u:7d40e7853a1c"
                        }
                    ],
                    "id": "u:436c8ea12a76"
                }
            ],
            "id": "u:902a91e3e3b6"
        }
    ],
    "regions": [
        "body"
    ],
    "data": {},
    "id": "page_b6_tables_record_detail",
    "name": "page_b6_tables_record_detail",
    "objectApiName": "${objectName}",
    "bodyClassName": "",
    "className": "object-detail-page steedos-record-content overflow-y-auto p-0 m-0 flex-1 h-full bg-gray-100"
}