From 1e265ac95a80aedf53a9e885f382e91cdc34d325 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期五, 09 九月 2022 16:31:15 +0800 Subject: [PATCH] Default Changelist --- src/views/specialWorkSystem/workTicket/myApproval/components/groundLog.vue | 2 +- src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue | 2 +- src/views/specialWorkSystem/workAlert/alertRecord/index.vue | 2 +- src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue | 2 +- src/views/specialWorkSystem/workTicket/myApproval/components/brokenLog.vue | 2 +- src/views/specialWorkSystem/workProcess/workCheck/index.vue | 2 +- src/views/specialWorkSystem/workTicket/myApproval/components/plateLog.vue | 2 +- src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/specialWorkSystem/workAlert/alertRecord/index.vue b/src/views/specialWorkSystem/workAlert/alertRecord/index.vue index d941512..4446d4c 100644 --- a/src/views/specialWorkSystem/workAlert/alertRecord/index.vue +++ b/src/views/specialWorkSystem/workAlert/alertRecord/index.vue @@ -97,7 +97,7 @@ <el-input v-model="details.warningTypeDesc" readonly/> </el-form-item> <el-form-item label="图片" v-if="details.imagePaths && details.imagePaths.length>0"> - <el-image v-for="item in details.imagePaths" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" /> + <el-image v-for="item in details.imagePaths" :preview-src-list="details.imagePaths" 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.warningInfo" type="textarea" readonly/> diff --git a/src/views/specialWorkSystem/workProcess/workCheck/index.vue b/src/views/specialWorkSystem/workProcess/workCheck/index.vue index 6bc2411..79adf36 100644 --- a/src/views/specialWorkSystem/workProcess/workCheck/index.vue +++ b/src/views/specialWorkSystem/workProcess/workCheck/index.vue @@ -87,7 +87,7 @@ <el-input :class="details.checkResultDesc == '异常' ? 'red': ''" v-model="details.checkResultDesc" readonly/> </el-form-item> <el-form-item label="现场图片" v-if="details.imagePaths && details.imagePaths.length>0"> - <el-image v-for="item in details.imagePaths" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" /> + <el-image v-for="item in details.imagePaths" :preview-src-list="details.imagePaths" 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.info" type="textarea" readonly/> diff --git a/src/views/specialWorkSystem/workTicket/myApproval/components/brokenLog.vue b/src/views/specialWorkSystem/workTicket/myApproval/components/brokenLog.vue index 71e9cfc..dcb6adc 100644 --- a/src/views/specialWorkSystem/workTicket/myApproval/components/brokenLog.vue +++ b/src/views/specialWorkSystem/workTicket/myApproval/components/brokenLog.vue @@ -38,7 +38,7 @@ <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-image v-for="item in details.workDetail.bcPath" :preview-src-list="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 /> diff --git a/src/views/specialWorkSystem/workTicket/myApproval/components/groundLog.vue b/src/views/specialWorkSystem/workTicket/myApproval/components/groundLog.vue index 0110338..244330e 100644 --- a/src/views/specialWorkSystem/workTicket/myApproval/components/groundLog.vue +++ b/src/views/specialWorkSystem/workTicket/myApproval/components/groundLog.vue @@ -38,7 +38,7 @@ <el-input v-model="details.workDetail.otherSpecialWork" readonly type="textarea"/> </el-form-item> <el-form-item label="图片"> - <el-image v-for="item in details.workDetail.gbPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" /> + <el-image v-for="item in details.workDetail.gbPath" :preview-src-list="details.workDetail.gbPath" 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 /> diff --git a/src/views/specialWorkSystem/workTicket/myApproval/components/plateLog.vue b/src/views/specialWorkSystem/workTicket/myApproval/components/plateLog.vue index 52604fd..f307fc0 100644 --- a/src/views/specialWorkSystem/workTicket/myApproval/components/plateLog.vue +++ b/src/views/specialWorkSystem/workTicket/myApproval/components/plateLog.vue @@ -56,7 +56,7 @@ <el-input v-model="details.workDetail.otherSpecialWork" readonly type="textarea"/> </el-form-item> <el-form-item label="盲板位置图"> - <el-image v-for="item in details.workDetail.bpLocationMapPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" /> + <el-image v-for="item in details.workDetail.bpLocationMapPath" :preview-src-list="details.workDetail.bpLocationMapPath" 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 /> diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue index 986ab4b..b87725d 100644 --- a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue +++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue @@ -38,7 +38,7 @@ <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-image v-for="item in details.workDetail.bcPath" :preview-src-list="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 /> diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue index d865b1e..e05a39b 100644 --- a/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue +++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue @@ -38,7 +38,7 @@ <el-input v-model="details.workDetail.otherSpecialWork" readonly type="textarea"/> </el-form-item> <el-form-item label="图片"> - <el-image v-for="item in details.workDetail.gbPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" /> + <el-image v-for="item in details.workDetail.gbPath" :preview-src-list="details.workDetail.gbPath" 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 /> diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue index e45e298..142b69d 100644 --- a/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue +++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue @@ -56,7 +56,7 @@ <el-input v-model="details.workDetail.otherSpecialWork" readonly type="textarea"/> </el-form-item> <el-form-item label="盲板位置图"> - <el-image v-for="item in details.workDetail.bpLocationMapPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" /> + <el-image v-for="item in details.workDetail.bpLocationMapPath" :preview-src-list="details.workDetail.bpLocationMapPath" 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 /> -- Gitblit v1.9.2