|
|
@ -158,7 +158,6 @@ BI.AllCountPager = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.label", |
|
|
|
type: "bi.label", |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
text: BI.i18nText("BI-Tiao_Data"), |
|
|
|
text: BI.i18nText("BI-Tiao_Data"), |
|
|
|
width: 40, |
|
|
|
|
|
|
|
textAlign: "left" |
|
|
|
textAlign: "left" |
|
|
|
}, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null] |
|
|
|
}, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null] |
|
|
|
}; |
|
|
|
}; |
|
|
|