| | |
| | | <span v-if="row.inoutType === 1">出场</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="车牌抓拍图" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.platePicUrl!=null"> |
| | | <el-image |
| | | style="width: 80px; height: 80px" |
| | | :src="row.platePicUrl" |
| | | :preview-src-list="[row.platePicUrl]"> |
| | | </el-image> |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="抓拍图片" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.vehiclePicUrl!=null"> |
| | | <el-image |
| | | style="width: 80px; height: 80px" |
| | | :src="row.vehiclePicUrl" |
| | | :preview-src-list="[row.vehiclePicUrl]"> |
| | | </el-image> |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="happenTime" label="事件时间" min-width="100px"></el-table-column> |