|
@@ -55,8 +55,8 @@
|
|
|
return d.name
|
|
|
}},
|
|
|
{field: 'full_address', title: '地址', align: 'left', minWidth: 140},
|
|
|
- {field: 'contact_name', title: '联系人', align: 'center', minWidth: 80, style: 'color:blue;font-size:16px'},
|
|
|
- {field: 'contact_phone', title: '联系电话', align: 'center', minWidth: 80, style: 'color:blue;font-size:16px'},
|
|
|
+ {field: 'contact_name', title: '联系人', align: 'center', minWidth: 80,},
|
|
|
+ {field: 'contact_phone', title: '联系电话', align: 'center', minWidth: 80,},
|
|
|
{field: 'status', title: '状态', align: 'center', minWidth: 110, templet(d){
|
|
|
return d.audit_text
|
|
|
}},
|