feat 优化报警图片
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<el-table-column label="所属设备" align="center" prop="deviceName" min-width="120" show-overflow-tooltip />
|
<el-table-column label="所属设备" align="center" prop="deviceName" min-width="120" show-overflow-tooltip />
|
||||||
<el-table-column label="报警区域" align="center" prop="monitoringArea" min-width="120" show-overflow-tooltip />
|
<el-table-column label="报警区域" align="center" prop="monitoringArea" min-width="120" show-overflow-tooltip />
|
||||||
<!-- pay content -->
|
<!-- pay content -->
|
||||||
<el-table-column label="报警图片" align="center" prop="alarmImage" min-width="120">
|
<!-- <el-table-column label="报警图片" align="center" prop="alarmImage" min-width="120">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-image
|
<el-image
|
||||||
v-if="scope.row.alarmImage"
|
v-if="scope.row.alarmImage"
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
/>
|
/>
|
||||||
<span v-else>暂无图片</span>
|
<span v-else>暂无图片</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<el-table-column label="处理状态" align="center" prop="status" width="100">
|
<el-table-column label="处理状态" align="center" prop="status" width="100">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-tag v-if="scope.row.status === 0" type="warning">未处理</el-tag>
|
<el-tag v-if="scope.row.status === 0" type="warning">未处理</el-tag>
|
||||||
|
|||||||
Reference in New Issue
Block a user