摘要:
this.cm = new Ext.grid.ColumnModel({id : 'paytype',header : '付款方式',dataIndex : 'paytype',renderer : function(val, meta) {switch (val) {case 0:return '全额付款';break;case 1:return '按揭付款';break;}return val;}}) 阅读全文
摘要:
表格列:DomUrl函数: 阅读全文