|
@@ -1607,60 +1607,60 @@ export const formComponents = [
|
|
name: '树',
|
|
name: '树',
|
|
icon: 'l-pc', //l-shu
|
|
icon: 'l-pc', //l-shu
|
|
data: {
|
|
data: {
|
|
- name:'leTree',
|
|
|
|
|
|
+ name: 'leTree',
|
|
width: 200,
|
|
width: 200,
|
|
height: 200,
|
|
height: 200,
|
|
- expanded:['1','2'],
|
|
|
|
- data:[
|
|
|
|
|
|
+ expanded: ['1', '2'],
|
|
|
|
+ data: [
|
|
{
|
|
{
|
|
- label:'1',
|
|
|
|
- children:[
|
|
|
|
|
|
+ label: '1',
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
- label:'1-1'
|
|
|
|
|
|
+ label: '1-1'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'1-2'
|
|
|
|
|
|
+ label: '1-2'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'2',
|
|
|
|
- children:[
|
|
|
|
|
|
+ label: '2',
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
- label:'2-1',
|
|
|
|
- children:[
|
|
|
|
|
|
+ label: '2-1',
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
- label:'2-1-1',
|
|
|
|
- children:[
|
|
|
|
|
|
+ label: '2-1-1',
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
- label:'2-1-1-1'
|
|
|
|
|
|
+ label: '2-1-1-1'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'2-2-2-2'
|
|
|
|
|
|
+ label: '2-2-2-2'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'2-2-2'
|
|
|
|
|
|
+ label: '2-2-2'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'2-2'
|
|
|
|
|
|
+ label: '2-2'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'3'
|
|
|
|
|
|
+ label: '3'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'4',
|
|
|
|
- children:[
|
|
|
|
|
|
+ label: '4',
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
- label:'4-1'
|
|
|
|
|
|
+ label: '4-1'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label:'4-2'
|
|
|
|
|
|
+ label: '4-2'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -2065,8 +2065,29 @@ export const formComponents = [
|
|
name: '面包屑',
|
|
name: '面包屑',
|
|
icon: 'l-pc', //l-mianbaoxie
|
|
icon: 'l-pc', //l-mianbaoxie
|
|
data: {
|
|
data: {
|
|
|
|
+ name: 'Breadcrumb',
|
|
width: 200,
|
|
width: 200,
|
|
- height: 200,
|
|
|
|
|
|
+ height: 20,
|
|
|
|
+ data: [
|
|
|
|
+ {
|
|
|
|
+ key: '1',
|
|
|
|
+ text: '页面1',
|
|
|
|
+ to:'https://www.baidu.com',
|
|
|
|
+ target:'_blank'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ key: '2',
|
|
|
|
+ text: '页面2',
|
|
|
|
+ to:'https://2d.le5le.com/?id=641d524a8df2c654ea652d7e',
|
|
|
|
+ target:'_blank'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ key: '3',
|
|
|
|
+ text: '页面3',
|
|
|
|
+ to:'https://2d.le5le.com/?id=6357a9e2d44b9402de84d2e8',
|
|
|
|
+ target:'_self'
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -2191,11 +2212,11 @@ export const formComponents = [
|
|
width: 300,
|
|
width: 300,
|
|
height: 200,
|
|
height: 200,
|
|
size: 'small',
|
|
size: 'small',
|
|
- total:25,
|
|
|
|
- pageSize:5,
|
|
|
|
- current:1,
|
|
|
|
- maxPageBtn:5,
|
|
|
|
- pageSizeOptions:[5,10,20,30],
|
|
|
|
|
|
+ total: 25,
|
|
|
|
+ pageSize: 5,
|
|
|
|
+ current: 1,
|
|
|
|
+ maxPageBtn: 5,
|
|
|
|
+ pageSizeOptions: [5, 10, 20, 30],
|
|
props: {
|
|
props: {
|
|
custom: [
|
|
custom: [
|
|
{
|
|
{
|
|
@@ -2599,7 +2620,12 @@ export const formComponents = [
|
|
{
|
|
{
|
|
name: '圆形按钮',
|
|
name: '圆形按钮',
|
|
icon: 'l-pc', //l-yuanxinganniu
|
|
icon: 'l-pc', //l-yuanxinganniu
|
|
- data: {},
|
|
|
|
|
|
+ data: {
|
|
|
|
+ name: 'roundSwitch',
|
|
|
|
+ width: 50,
|
|
|
|
+ height: 50,
|
|
|
|
+ checked:true
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '船型开关',
|
|
name: '船型开关',
|
|
@@ -2609,7 +2635,12 @@ export const formComponents = [
|
|
{
|
|
{
|
|
name: '转换开关',
|
|
name: '转换开关',
|
|
icon: 'l-pc', //l-zhuanhuankaiguan
|
|
icon: 'l-pc', //l-zhuanhuankaiguan
|
|
- data: {},
|
|
|
|
|
|
+ data: {
|
|
|
|
+ name: 'changeOverSwitch',
|
|
|
|
+ width: 128,
|
|
|
|
+ height: 128,
|
|
|
|
+ checked:true
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '闸刀',
|
|
name: '闸刀',
|