label 父部门 field parentId component TreeSelect componentProps showSearch true treeNodeFilterProp title fieldNames label name key id value id getPopup
{ label: '父部门', field: 'parentId', component: 'TreeSelect', initialValue: 0, // 默认值为0 componentProps: { showSearch: true, treeNodeFilterProp: 'title', fieldNames: { label: 'name', key: 'id', value: 'id', }, getPopupContainer: () => document.body, }, colProps: { span: 24 }, },
原文地址: https://www.cveoy.top/t/topic/cneL 著作权归作者所有。请勿转载和采集!