派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-30 2d5e75bbc04d8c4c5c7dc6bb141ad16ffa2d9936
src/components/base-page/enterprise-emergency/event-handling/res-info/EmergRes.js
@@ -45,7 +45,7 @@
      },
      {
        label: '物资数量',
        prop: 'RESOURCESNUMBER',
        prop: 'resourcesnumber',
        width: 'auto'
      },
      {
@@ -55,12 +55,12 @@
      },
      {
        label: '负责人',
        prop: 'RESPERSON',
        prop: 'resperson',
        width: 'auto'
      },
      {
        label: '行政隶属',
        prop: 'ADMINZONENAME',
        prop: 'adminzonename',
        width: 'auto'
      }
      ]
@@ -74,37 +74,37 @@
      },
      {
        label: '队伍名称',
        prop: 'TEAMNAME',
        prop: 'teamname',
        width: 'auto'
      },
      {
        label: '应急电话',
        prop: 'PHONE',
        prop: 'phone',
        width: 'auto'
      },
      {
        label: '人员数量',
        prop: 'ORGANIZATION',
        prop: 'organization',
        width: 'auto'
      },
      {
        label: '是否外协单位',
        prop: 'EXTERNALTEAM',
        prop: 'externalteam',
        width: 'auto'
      },
      {
        label: '行政隶属',
        prop: 'ADMINISTRATIVESUBORDINATE',
        prop: 'administrativesubordinate',
        width: 'auto'
      },
      {
        label: '地址',
        prop: 'ADDRESS',
        prop: 'address',
        width: 'auto'
      },
      {
        label: '所属单位名称',
        prop: 'UNITNAME',
        prop: 'unitname',
        width: 'auto'
      },
      {