类似于name/value/displayName/type 都属于主属性,不会改变其数据结构位置,如上图示例 selectableDisabled
、defaultEntry
等其他属性会被处理到config对象中,
组件接收的数据如下所示
{
name: 'upload5',
displayName: '文件夹',
config:{
selectableDisabled:true,
defaultEntry:'/main.json',
accept:".easytwin",
},
value: {
entry: 'components/static-image/borderMapNew/hebei/130000.json',
options: [
xxx
]
},
type: 'folder'
}
类似于name/value/displayName/type 都属于主属性,不会改变其数据结构位置,如上图示例 selectableDisabled
、defaultEntry
等其他属性 需要预先写到 config对象中,
组件接收的数据如下所示
{
name: 'upload7',
displayName: '文件夹_new',
config:{
selectableDisabled:true,
defaultEntry:'/main.json',
accept:".easytwin"
},
value: {
entry: 'components/static-image/borderMapNew/hebei/130000.json',
options: [
xxx
]
},
type: 'folder'
},