From 4d7e4d80d3f1dc8d29eba8771556f688083c8035 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Tue, 17 Mar 2026 10:49:00 +0800
Subject: [PATCH] 修改报警类型

---
 src/views/patrol/checkinfo.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/views/patrol/checkinfo.vue b/src/views/patrol/checkinfo.vue
index f7c32eb..d85a1ed 100644
--- a/src/views/patrol/checkinfo.vue
+++ b/src/views/patrol/checkinfo.vue
@@ -199,6 +199,16 @@
                         <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"

--
Gitblit v1.9.2