chengpeng666

Results 6 issues of chengpeng666

远程搜索的方法该如何写

请问有没有适配移动端的计划,或者有没有基于现在版本的解决方案

新的需求

[ { "info": "", "link": [ "" ], "type": "input", "field": "remainingAmount", "props": { "disabled": false, "readonly": true }, "title": "Remaining Amount", "hidden": false, "update": "[[FORM-CREATE-PREFIX-function update(val, rule, fApi) {\n...

想在左侧的组件列表中添加group的组件按钮,但是group.js不知道怎么写。 const label = '数组组件'; const name = 'group'; export default { icon: 'icon-group', label, name, drag: true, dragBtn: true, rule() { return { field: uniqueId(), title: label, type: 'group',...

![Snipaste_2024-08-17_10-29-49](https://github.com/user-attachments/assets/4b40d08b-7e33-43cf-b6a0-3f295a1cd289) Vue2版本,将画布中的一个组件拖入到数组、对象、栅格等组件时,控制台报错,该报错会导致拖入失败,虽然画布上显示能拖入,但是实际预览并没有拖入成功。