Commit 0604547f15690f8e2eb77a25ee5edb8f191b0e65

Authored by fengtao
1 parent d0a80433

fix:修改所属组织字段

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