Commit 731bb4e0f3109b30773c6b23388ac7a110ed548c

Authored by sqy
1 parent 49bf2ef9

fix:添加设备列表客户的展示

@@ -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,