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