|
|
@@ -1193,7 +1193,7 @@
|
|
|
,{field: 'client', align:'center', title: '委托方',width:285,templet: function(d){
|
|
|
return "<font style = 'font-size:14px;font-weight:500;'>"+d.client+"</font>";
|
|
|
}}
|
|
|
- ,{field:'money',align:'center', title: '咨询营业收入(万元)', width:140}
|
|
|
+ ,{field:'money',align:'center', title: '咨询营业收入(万元)', width:160 , sort : true}
|
|
|
,{field:'submitScale',align:'center', title: '送审规模(万元)', width:140}
|
|
|
,{field:'createName',align:'center', title: '登记人', width:75}
|
|
|
,{field: 'createDate', align:'center', title: '创建日期',width:110,templet: function(d){
|