| | |
| | | <span>{{ scope.row.ismend | parseMend(scope.row.ismend) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="现场照片" prop="scenephoto" align="center" > |
| | | <template slot-scope="scope"> |
| | | <el-image v-if="scope.row.scenephoto" style="width: 40px;height: 40px;" :src="scope.row.scenephoto" :preview-src-list="[scope.row.scenephoto]"></el-image> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="电子签名" prop="signature" align="center" > |
| | | <template slot-scope="scope"> |
| | | <el-image v-if="scope.row.signature" style="width: 40px;height: 40px;" :src="scope.row.signature" :preview-src-list="[scope.row.signature]"></el-image> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="检查人" |
| | | prop="checkname" |