Open ChenPt opened 6 years ago
采用jsx语法写。
const config = [ { label: '标注', key: 'form.user', // 选择所对应字段名 tag: 'Input' // HTML标签 itemlist: '' // 用于select标签 }, { } ]
填坑失败,但是可以使用jsx来写iview的表格配置。不用写太多属性
采用jsx语法写。