type: 'seq', // 列的类型,seq序号/checkbox复选框/radio单选框/expand展开行 width: 50, // 列宽度 }, { title: '基本信息', // 列标题 children: [ // 表头分组 { field: 'name', // 字段名 title: 'Name', // 列标题 }, { title: '其他信息', children: [ { field: 'nickname', ...
// ['vxe-radio-button', radioButtonAPI, { description: '单选按钮' }], // ['vxe-checkbox', checkboxAPI, { description: '复选框' }], // ['vxe-checkbox-group', checkboxGroupAPI, { description: '复选组' }], // ['vxe-switch', switchAPI, { description: '开关按钮' }], // [...