From 0e944bfc16136c0a749fc6022e0dfc7f2b4af010 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 15 十月 2024 18:16:17 +0800
Subject: [PATCH] 工单图片样式调整、取消考核页面人脸和车辆的公安部按钮
---
src/views/tool/online/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/tool/online/index.vue b/src/views/tool/online/index.vue
index 0111d58..e397ba4 100644
--- a/src/views/tool/online/index.vue
+++ b/src/views/tool/online/index.vue
@@ -22,6 +22,7 @@
<el-image
style="width: 100px; height: 100px"
:src="result.img"
+ :preview-src-list="[result.img]"
fit="fill">
</el-image>
</div>
@@ -98,6 +99,9 @@
this.form.ip = this.form.ip.replace(/^\s+|\s+$/g, '')
this.loading = true
check(this.form).then(res => {
+ if (res.data.img) {
+ res.data.img = this.$img + res.data.img
+ }
this.result = res.data
this.loading = false
})
--
Gitblit v1.8.0