From 5d9c2e9358c625a9eaf87a9cf9c1fde914db8d36 Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 11 Sep 2025 10:37:03 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4182=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=85=A5=E9=A9=BB=E7=8A=B6=E6=80=81=E4=B8=BA=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E4=B8=AD=E6=97=B6=EF=BC=8C=E9=9A=90=E8=97=8F=E5=95=86=E5=AE=B6?= =?UTF-8?q?=E8=B5=84=E8=B4=A8=E5=9B=BE=E7=89=87=E5=8F=B3=E4=B8=8A=E8=A7=92?= =?UTF-8?q?=E7=9A=84=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/shop.vue | 2 ++ pkg_join/views/supplier.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index c69cac8..c04c33e 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -121,6 +121,7 @@ :fileList="pics" :maxCount="99999" :disabled="reviewing" + :deletable="!reviewing" name="pics" multiple @afterRead="afterRead" @@ -165,6 +166,7 @@ :maxCount="9" :fileList="quaPics" :disabled="reviewing" + :deletable="!reviewing" name="quaPics" multiple @afterRead="quaAfterRead" diff --git a/pkg_join/views/supplier.vue b/pkg_join/views/supplier.vue index 2c7b427..6ff7767 100644 --- a/pkg_join/views/supplier.vue +++ b/pkg_join/views/supplier.vue @@ -134,6 +134,7 @@