From 117d4f37840c1973fa2ae0c501dc7647786e903b Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Fri, 20 Mar 2026 09:59:26 +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