src/views/sourcetrace/component/ClueRecordItem.vue
@@ -108,7 +108,7 @@ </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 @@ -121,7 +121,7 @@ {{ s.name }} </el-text> </div> </div> </div> --> </el-col> </el-row> </div>