|
|
|
@ -26,7 +26,8 @@ Demo.Func = BI.inherit(BI.Widget, {
|
|
|
|
|
text: "2010年", |
|
|
|
|
value: 2010, |
|
|
|
|
height: 25, |
|
|
|
|
iconCls: "close-ha-font" |
|
|
|
|
iconCls1: "close-ha-font", |
|
|
|
|
iconCls2: "close-ha-font" |
|
|
|
|
}, |
|
|
|
|
children: [{ |
|
|
|
|
type: "bi.single_select_item", |
|
|
|
@ -38,6 +39,8 @@ Demo.Func = BI.inherit(BI.Widget, {
|
|
|
|
|
height: 25, |
|
|
|
|
text: "二月", |
|
|
|
|
value: 12, |
|
|
|
|
iconCls1: "close-ha-font", |
|
|
|
|
iconCls2: "close-ha-font", |
|
|
|
|
children: [{ type: "bi.single_select_item", text: "一号", value: 101, height: 25 }] |
|
|
|
|
}] |
|
|
|
|
}, { |
|
|
|
|