greper / d2-crud-plus-with-d2admin-starter

d2-admin集成d2-crud-plus启动模版

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👾 BUG | columns中使用默认的type,elProps不起作用

ib1ack opened this issue · comments

{ title: "广告名称", key: "name", form: { component: { props: { elProps: { maxlength: 10, "show-word-limit": true } } }, rules: [{ required: true, message: "field is required" }] } }
在前端渲染出来的input,并没有实现上述功能

原生参数需要写在component下面