派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-30 a312e0dd96d8f7e96fb3341f1a55561b12394405
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
export default {
  id: 2,
  name: '在线监测',
  child: [
    {
      name: '废水监测-',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '名称',
        prop: 'name',
        width: 'auto'
      }
      ]
    },
    {
      name: '废气监测-',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '名称',
        prop: 'name',
        width: 'auto'
      }
      ]
    },
    {
      name: '在线视频-',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '名称',
        prop: 'name',
        width: 'auto'
      }
      ]
    }
  ]
}