| | |
| | | <el-text :type="noWarn ? 'info' : 'warning'"> |
| | | {{ |
| | | item.pollutedSource.sceneList.length == 0 |
| | | ? '未找到风险源' |
| | | ? '可能存在现场污染,请注意周边情况。' |
| | | : '找到' + item.pollutedSource.sceneList.length + '个风险源' |
| | | }} |
| | | </el-text> |
| | |
| | | </el-tag> |
| | | <el-text type="info">{{ item.pollutedData.exception }}</el-text> |
| | | </div> |
| | | <div v-if="item.pollutedSource.sceneList.length > 0"> |
| | | <!-- <div v-if="item.pollutedSource.sceneList.length > 0"> |
| | | <div v-for="s in item.pollutedSource.sceneList" :key="s.guid"> |
| | | <img style="width: 24px" :src="sceneIcon(s.typeId)" :alt="s.type" /> |
| | | <el-text |
| | |
| | | {{ s.name }} |
| | | </el-text> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |