easyui判断下拉列表

{field:'state',title:'状态',width:100, formatter : function(value, row, index){
if (value == 0) {
return "在职";
} else {
return "离职";
}
}

posted @ 2019-04-29 16:01  孟晨辉  阅读(170)  评论(0)    收藏  举报