派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-30 a312e0dd96d8f7e96fb3341f1a55561b12394405
src/components/base-page/enterprise-emergency/event-handling/res-info/EmergRes.js
New file
@@ -0,0 +1,118 @@
export default {
  id: 3,
  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'
      },
      {
        label: '单位名称',
        prop: 'companyname',
        width: 'auto'
      },
      {
        label: '物资名称',
        prop: 'resourcesname',
        width: 'auto'
      },
      {
        label: '联系电话',
        prop: 'telephone',
        width: 'auto'
      },
      {
        label: '物资数量',
        prop: 'resourcesnumber',
        width: 'auto'
      },
      {
        label: '是否自有物资',
        prop: 'ownedstatus',
        width: 'auto'
      },
      {
        label: '负责人',
        prop: 'resperson',
        width: 'auto'
      },
      {
        label: '行政隶属',
        prop: 'adminzonename',
        width: 'auto'
      }
      ]
    },
    {
      name: '应急队伍',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '队伍名称',
        prop: 'teamname',
        width: 'auto'
      },
      {
        label: '应急电话',
        prop: 'phone',
        width: 'auto'
      },
      {
        label: '人员数量',
        prop: 'organization',
        width: 'auto'
      },
      {
        label: '是否外协单位',
        prop: 'externalteam',
        width: 'auto'
      },
      {
        label: '行政隶属',
        prop: 'administrativesubordinate',
        width: 'auto'
      },
      {
        label: '地址',
        prop: 'address',
        width: 'auto'
      },
      {
        label: '所属单位名称',
        prop: 'unitname',
        width: 'auto'
      },
      {
        label: '距离',
        prop: 'distance',
        width: 'auto'
      }
      ]
    }
  ]
}