Commit 0604547f15690f8e2eb77a25ee5edb8f191b0e65

Authored by fengtao
1 parent d0a80433

fix:修改所属组织字段

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