From bac13bc1c321bc155c37a3305a7bb6b9d0732d12 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 01 八月 2024 18:37:01 +0800
Subject: [PATCH] 测试完成
---
src/views/repositoryai/verbaltrick/particulars/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/repositoryai/verbaltrick/particulars/index.vue b/src/views/repositoryai/verbaltrick/particulars/index.vue
index c2e2cf3..0d082f3 100644
--- a/src/views/repositoryai/verbaltrick/particulars/index.vue
+++ b/src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -328,6 +328,7 @@
<el-upload
class="upload-demo"
:action="uploadImgUrl"
+ :show-file-list="false"
:headers="headers"
:on-success="
(response, file) => handleChange(response, file, 2)
@@ -376,6 +377,7 @@
<el-upload
class="upload-demo"
:action="uploadImgUrl"
+ :show-file-list="false"
:headers="headers"
:on-success="
(response, file) => handleChange(response, file, 3)
@@ -425,6 +427,7 @@
<el-upload
class="upload-demo"
:action="uploadImgUrl"
+ :show-file-list="false"
:headers="headers"
:on-success="
(response, file) => handleChange(response, file, 4)
--
Gitblit v1.9.3