摘要: {field:'state',title:'状态',width:100, formatter : function(value, row, index){ if (value == 0) { return "在职"; } else { return "离职"; } } 阅读全文
posted @ 2019-04-29 16:01 孟晨辉 阅读(170) 评论(0) 推荐(0)