@form-create/arco-design
Version:
arco-design动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 k
17 lines (14 loc) • 386 B
JavaScript
export default {
name: 'tree',
modelField: 'checkedKeys',
mergeProp(ctx) {
const props = ctx.prop.props;
if (!props.fieldNames)
props.fieldNames = {
key: 'id'
};
else if (!props.fieldNames.key) props.fieldNames.key = 'id';
props.checkedKeys = ctx.rule.value;
props.checkable = true;
},
}