| 
...
 | 
...
 | 
@@ -36,6 +36,10 @@ export const columns: BasicColumn[] = [ | 
| 
36
 | 
36
 | 
     dataIndex: 'organizationDTO.name',
 | 
| 
37
 | 
37
 | 
   },
 | 
| 
38
 | 
38
 | 
   {
 | 
| 
 
 | 
39
 | 
+    title: '客户',
 | 
| 
 
 | 
40
 | 
+    dataIndex: 'customerName',
 | 
| 
 
 | 
41
 | 
+  },
 | 
| 
 
 | 
42
 | 
+  {
 | 
| 
39
 | 
43
 | 
     title: '标签',
 | 
| 
40
 | 
44
 | 
     dataIndex: 'label',
 | 
| 
41
 | 
45
 | 
     width: 180,
 | 
...
 | 
...
 | 
 |