xaboy / form-create

:fire::fire::fire: 强大的低代码动态表单组件,通过数据驱动表单渲染,适配移动端,支持可视化设计。提高开发者对表单的开发效率。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。
https://www.form-create.com/
MIT License
5.97k stars 960 forks source link

来自elementui 的radio 的warn #683

Closed InsHomePgup closed 5 months ago

InsHomePgup commented 6 months ago

"@form-create/element-ui": "^3.1.28",

"element-plus": "^2.6.0",

来自element的wran

image
    {
        type: "radio",
        field: "between",
        title: "报名时间",
        value: 0,
        options: [
            { label: "今天", value: 0 },
            { label: "昨天", value: 1 },
            { label: "前七天内", value: 2 },
            { label: "全部", value: 3 },
        ],
        col: {
            span: 10,
        },
    }
xaboy commented 6 months ago

感谢反馈,下个版本修复

xaboy commented 5 months ago

3.1.29版本已修复