d2-crud-plus icon indicating copy to clipboard operation
d2-crud-plus copied to clipboard

功能升级 | 自定义弹窗的temlate里面的字段,希望能加上rules

Open ib1ack opened this issue 4 years ago • 1 comments

this.getD2Crud().showDialog({ mode: "bind-picker-save", rowIndex: null, //编辑或查看时,哪一行的数据 template: { picker_id: { title: "选择拣货员", rules: [{ required: true, message: "field is required" }], key: "picker_id", component: { name: "dict-select", value: null, props: { dict: { url: "/picker/allList", value: "id", label: "name" } } } } } }); 现在rules没有效果

ib1ack avatar Jan 23 '21 08:01 ib1ack

不错,碰到同样问题

tang2010cn avatar Apr 30 '21 02:04 tang2010cn