派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-30 a312e0dd96d8f7e96fb3341f1a55561b12394405
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'
      },
      {