直接在官方demo在线复现的 复现的demo `{ "type": "page", "data": { "myItems": [ { "id": 1 } ] }, "body": { "type": "crud", "source": "${myItems}", "columns": [ { "name": "id", "label": "ID" } ] } }` 复现的截图如下 <img width="1505" height="481" alt="Image" src="https://github.com/user-attachments/assets/86ae0fa3-81d4-4f79-9862-8a37af0dae01" />