摘要: 1.看下面的代码:columns: [ [ { field: 'Org_name', title: '分行[电码]', width: '280', sortable: true, formatter: function (value, rec) { return rec.Org_name + "[" + rec.Org_code + "]"; } }, { field: 'Org_name', title: '客户[电码]', width: '250', so 阅读全文
posted @ 2012-02-14 10:03 sulin 阅读(1987) 评论(0) 推荐(1)