From 9c64121d81b55b4802db5fc59b5dfe16408ad05e Mon Sep 17 00:00:00 2001 From: CyberShen123 <8096927+CyberShen123@user.noreply.gitee.com> Date: Thu, 25 Sep 2025 11:38:25 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E7=82=B9=E5=87=BB=E5=88=A0=E9=99=A4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E7=89=A9=E7=90=86=E5=88=A0=E9=99=A4=EF=BC=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=A0=86=E7=A7=AF=E5=9E=83=E5=9C=BE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E7=82=B9=E5=87=BB=E5=88=A0=E9=99=A4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E7=89=A9=E7=90=86=E5=88=A0=E9=99=A4=EF=BC=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=A0=86=E7=A7=AF=E5=9E=83=E5=9C=BE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: CyberShen123 <8096927+CyberShen123@user.noreply.gitee.com> --- .../src/components/XnUpload/index.vue | 61 ++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/snowy-admin-web/src/components/XnUpload/index.vue b/snowy-admin-web/src/components/XnUpload/index.vue index b54427b3..1c500c98 100644 --- a/snowy-admin-web/src/components/XnUpload/index.vue +++ b/snowy-admin-web/src/components/XnUpload/index.vue @@ -9,6 +9,7 @@ :maxCount="props.uploadNumber" :progress="progress" @change="handleChange" + @remove="handleRemove" :showUploadList="props.showUploadList" :accept="accept" :disabled="props.disabled" @@ -30,6 +31,7 @@ list-type="picture-card" @change="handleChange" @preview="handlePreview" + @remove="handleRemove" :progress="progress" :showUploadList="props.showUploadList" :accept="accept" @@ -52,6 +54,7 @@ list-type="picture-card" @change="handleChange" @preview="handlePreview" + @remove="handleRemove" :progress="progress" :showUploadList="props.showUploadList" :accept="accept" @@ -109,8 +112,11 @@