From 558831af0d86a9db70cbe4d1d8d14bbc4c3d12cf Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 05 九月 2022 09:52:56 +0800
Subject: [PATCH] 合并

---
 src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
index ff78b92..62b76f4 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
@@ -37,6 +37,9 @@
 			<el-form-item label="涉及相关部门">
 				<el-input v-model="details.workDetail.involvedDepIds" readonly type="textarea"/>
 			</el-form-item>
+			<el-form-item label="图片">
+				<el-image v-for="item in details.workDetail.bcPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" />
+			</el-form-item>
 			<el-form-item label="期望开始时间">
 				<el-input v-model="details.expStartTime" readonly />
 			</el-form-item>

--
Gitblit v1.9.2