From 1a4e0b620e5407951357600e3b5190519f14a62a Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5968728@163.com> Date: 星期一, 18 八月 2025 16:29:57 +0800 Subject: [PATCH] 你的提交信息 --- src/views/knowledge/questionnaire/compilequer/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/knowledge/questionnaire/compilequer/index.vue b/src/views/knowledge/questionnaire/compilequer/index.vue index 5a12bb0..074bb70 100644 --- a/src/views/knowledge/questionnaire/compilequer/index.vue +++ b/src/views/knowledge/questionnaire/compilequer/index.vue @@ -691,7 +691,9 @@ <el-image style="width: 100px; height: 100px" :src="item.picturePath" - :preview-src-list="[...item.picturePath]" + :preview-src-list=" + item.picturePath ? [item.picturePath] : [] + " > </el-image> </div> @@ -1212,7 +1214,9 @@ <el-image style="width: 100px; height: 100px" :src="item.picturePath" - :preview-src-list="[...item.picturePath]" + :preview-src-list=" + item.picturePath ? [item.picturePath] : [] + " > </el-image> </div> -- Gitblit v1.9.3