标签:.com img style png ted lin image als bsp
数据库表里面字段的值想用另一种命名形式展示,如1是 是,2是 否
,{field: ‘params‘, title: ‘参数‘, width: 100, sortable: true, align: ‘left‘, hidden: true}
,{field: ‘type‘, title: ‘是否通过SQL获取‘, width: 110, sortable: true, align: ‘left‘, hidden: false,
formatter: function(value){
if (value==‘1‘){
return ‘是‘;
} else if(value==‘2‘){
return ‘否‘;
} else{
return value;
}
}
}
标签:.com img style png ted lin image als bsp
原文地址:http://www.cnblogs.com/samwang88/p/75c75206fc81d08f0c242ab2d1c17238.html