可以的~
界面上放一个控件showlabel
在标签的地方自定义
function() {
var showlabel = _g().getWidgetByName('showlabel').getValue();
if (showlabel == 1) {
return FR.contentFormat(this.value, "#,##0.00");
} else
return '';
}