| | |
| | | >批量审核</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | |
| | | <el-row :gutter="20"> |
| | | <el-col :xl="6" :lg="8" :md="12" :sm="24" v-for="item in workOrderList" :key="item.id" style="margin-bottom: 20px;"> |
| | | <el-card :body-style="{ padding: '0px',display: 'flex' }"> |
| | |
| | | <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> |