Showing
1 changed file
with
1 additions
and
6 deletions
@@ -16,11 +16,6 @@ export const columns: BasicColumn[] = [ | @@ -16,11 +16,6 @@ export const columns: BasicColumn[] = [ | ||
16 | width: 120, | 16 | width: 120, |
17 | }, | 17 | }, |
18 | { | 18 | { |
19 | - title: '厂家', | ||
20 | - dataIndex: 'brand', | ||
21 | - width: 120, | ||
22 | - }, | ||
23 | - { | ||
24 | title: '摄像头编号', | 19 | title: '摄像头编号', |
25 | dataIndex: 'sn', | 20 | dataIndex: 'sn', |
26 | width: 120, | 21 | width: 120, |
@@ -32,7 +27,7 @@ export const columns: BasicColumn[] = [ | @@ -32,7 +27,7 @@ export const columns: BasicColumn[] = [ | ||
32 | }, | 27 | }, |
33 | { | 28 | { |
34 | title: '所属组织', | 29 | title: '所属组织', |
35 | - dataIndex: 'organizationDTO.name', | 30 | + dataIndex: 'organizationName', |
36 | width: 160, | 31 | width: 160, |
37 | }, | 32 | }, |
38 | { | 33 | { |