forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
450 B
27 lines
450 B
7 years ago
|
Demo.ADDONS_CONFIG = [{
|
||
|
id: 6,
|
||
|
text: "addons"
|
||
|
}, {
|
||
|
pId: 6,
|
||
|
id: 601,
|
||
|
text: "拓展图表控件"
|
||
|
}, {
|
||
|
pId: 601,
|
||
|
text: "柱状图",
|
||
|
value: "demo.axis_chart"
|
||
|
}, {
|
||
|
pId: 6,
|
||
|
id: 602,
|
||
|
text: "sliders"
|
||
|
}, {
|
||
|
pId: 602,
|
||
|
text: "bi.single_slider"
|
||
|
}, {
|
||
|
id: 100000,
|
||
|
text: "小demo",
|
||
|
value: "demo.platform_level_tree"
|
||
|
}, {
|
||
|
pId: 100000,
|
||
|
text: "平台用",
|
||
|
value: "demo.platform_level_tree"
|
||
|
}];
|