派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-30 2d5e75bbc04d8c4c5c7dc6bb141ad16ffa2d9936
src/components/base-page/enterprise-emergency/event-handling/res-info/EmergBase.js
New file
@@ -0,0 +1,216 @@
export default {
  id: 1,
  name: '应急基础',
  child: [
    {
      name: '排口',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '名称',
        prop: 'name',
        width: 'auto'
      },
      {
        label: '排放口类型',
        prop: 'pfktype',
        width: 'auto'
      },
      {
        label: '所属单位名称',
        prop: 'unitname',
        width: 'auto'
      },
      {
        label: '所属管线名称',
        prop: 'pipename',
        width: 'auto'
      },
      {
        label: '介质',
        prop: 'mediumtype',
        width: 'auto'
      },
      {
        label: '级别',
        prop: 'level',
        width: 'auto'
      },
      {
        label: '运行状态',
        prop: 'operationalstatus',
        width: 'auto'
      },
      {
        label: '物资名称(汇总)',
        prop: 'total',
        width: '200'
      },
      {
        label: '距离',
        prop: 'distance',
        width: 'auto'
      }]
    },
    {
      name: '隔油池',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '名称',
        prop: 'poolname',
        width: 'auto'
      },
      {
        label: '尺寸',
        prop: 'size',
        width: 'auto'
      },
      {
        label: '容积',
        prop: 'volume',
        width: 'auto'
      },
      {
        label: '负责人',
        prop: 'resperson',
        width: 'auto'
      },
      {
        label: '所属单位名称',
        prop: 'unitname',
        width: '200'
      },
      {
        label: '距离',
        prop: 'distance',
        width: 'auto'
      }]
    },
    {
      name: '阀门',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '阀门名称',
        prop: 'devicename',
        width: 'auto'
      },
      {
        label: '所属管线名称',
        prop: 'pipename',
        width: '200'
      },
      {
        label: '所属单位名称',
        prop: 'unitname',
        width: '200'
      },
      {
        label: '阀门类型',
        prop: 'valvetype',
        width: 'auto'
      },
      {
        label: '控制方式',
        prop: 'operatingtype',
        width: 'auto'
      },
      {
        label: '运行状态',
        prop: 'operationalstatus',
        width: 'auto'
      },
      {
        label: '距离',
        prop: 'distance',
        width: 'auto'
      }]
    },
    {
      name: '集水池(罐)',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '名称',
        prop: 'companyname',
        width: 'auto'
      },
      {
        label: '介质',
        prop: 'mediumtype',
        width: 'auto'
      },
      {
        label: '尺寸',
        prop: 'size',
        width: 'auto'
      },
      {
        label: '容积',
        prop: 'volume',
        width: 'auto'
      },
      {
        label: '所属管线代码',
        prop: 'pipecode',
        width: 'auto'
      },
      {
        label: '所属单位名称',
        prop: 'unitname',
        width: 'auto'
      },
      {
        label: '运行状态',
        prop: 'operationalstatus',
        width: 'auto'
      },
      {
        label: '距离',
        prop: 'distance',
        width: 'auto'
      }]
    },
    {
      name: '事故水/雨水管线',
      column: [{
        label: '序号',
        prop: 'no',
        width: 'auto'
      },
      {
        label: '管线名称',
        prop: 'pipename',
        width: 'auto'
      },
      {
        label: '介质',
        prop: 'mediumtype',
        width: 'auto'
      },
      {
        label: '运行状态',
        prop: 'operationalstatus',
        width: 'auto'
      },
      {
        label: '所属单位名称',
        prop: 'unitname',
        width: 'auto'
      }]
    }
  ]
}