Commit 731bb4e0f3109b30773c6b23388ac7a110ed548c

Authored by sqy
1 parent 49bf2ef9

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

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