派生自 wuyushui/SewerAndRainNetwork

seatonwan9
2021-05-31 d4fca49a4b70fe60c730d7e32e2035153a91fcc5
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'
      },
      {