Commit c83553bf4a6401687be3b526a975715913747ace

Authored by xp.Huang
2 parents d0a80433 0604547f

Merge branch 'ft-dev' into 'main'

fix:修改所属组织字段

See merge request huang/yun-teng-iot-front!202
... ... @@ -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 {
... ...