| | |
| | | <el-col :span="8">监测点名称:{{ displayContent.Name }}</el-col> |
| | | <el-col :span="8">生产单位:{{ displayContent.porltName }}</el-col> |
| | | <el-col :span="8">排放类型加载:{{ displayContent.MonTypeName }}</el-col> |
| | | <el-col :span="12">监测点名称:{{ displayContentTab2.StoragePlaceName }}</el-col> |
| | | <el-col :span="12">生产单位:{{ displayContentTab2.StoragePlaceName }}</el-col> |
| | | <el-col :span="12">排放类型加载:{{ displayContentTab2.DesignFloorArea }}</el-col> |
| | | </el-row> |
| | | <el-row type="flex" class="row-bg" justify="space-around"> |
| | | <el-col :span="8">排放去向:{{ displayContent.EmissDirecti }}</el-col> |
| | | <el-col :span="8">控制级别名称:{{ displayContent.ContrLevelShowName }}</el-col> |
| | | <el-col :span="8">内/外排口:{{ displayContent.OrOutPortName }}</el-col> |
| | | <el-col :span="12">排放去向:{{ displayContentTab2.StorageQty }}</el-col> |
| | | <el-col :span="12">控制级别名称:{{ displayContentTab2.SurplusFloorArea }}</el-col> |
| | | <el-col :span="12">内/外排口:{{ displayContentTab2.StorageDate }}</el-col> |
| | | </el-row> |
| | | </div> |
| | | </div> |
| | |
| | | name: 'GasTable', |
| | | props: ['displayContent'], |
| | | data () { |
| | | return { |
| | | // getGasDatas:[] |
| | | return {} |
| | | } |
| | | }, |
| | | mounted () { |
| | | // this.$nextTick(() => { |
| | | // this.getGasData.forEach(item => { |
| | | // this.getGasDatas = item |
| | | // }) |
| | | // }) |
| | | } |
| | | |
| | | } |
| | | </script> |
| | | |