| | |
| | | <div class="y-item-1"> |
| | | <div class="flow-item-x"> |
| | | 现场情况: |
| | | <el-tooltip class="item" effect="dark" :content="item.ywCondition" placement="top"> |
| | | <el-tag size="small" class="line-limit-length">{{ item.ywCondition }}</el-tag> |
| | | </el-tooltip> |
| | | <div v-html="item.ywCondition"></div> |
| | | <!-- <el-tooltip class="item" effect="dark" :content="item.ywCondition" placement="top">--> |
| | | <!-- <el-tag size="small" class="line-limit-length">{{ item.ywCondition }}</el-tag>--> |
| | | <!-- </el-tooltip>--> |
| | | </div> |
| | | <!-- <div class="flow-item-x"> |
| | | <el-tag size="small" v-for="file in item.ywProofMaterials != null ? item.ywProofMaterials.split(',') : item.ywProofMaterials" :key="file" @click="handleDownload(file)">{{ file.substring(file.lastIndexOf("/") + 1) }}</el-tag> |