From d5d10277c56f6f08d4c1d40a0c3370c6535c75a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=A1=82=E5=BF=97?= <3300529038@qq.com> Date: Tue, 2 Dec 2025 17:55:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E9=80=89=E6=8B=A9=E4=B8=AD=E7=BB=91=E5=AE=9A=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erp/purchase/in/components/PurchaseInItemForm.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/erp/purchase/in/components/PurchaseInItemForm.vue b/src/views/erp/purchase/in/components/PurchaseInItemForm.vue index 64377bc71..da54e05ae 100644 --- a/src/views/erp/purchase/in/components/PurchaseInItemForm.vue +++ b/src/views/erp/purchase/in/components/PurchaseInItemForm.vue @@ -17,13 +17,7 @@ :rules="formRules.warehouseId" class="mb-0px!" > - + Date: Mon, 8 Dec 2025 14:16:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(mall):=20=E4=BF=AE=E5=A4=8D=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=AF=A6=E6=83=85=E8=A1=A8=E5=8D=95Editor=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=87=8D=E5=A4=8D=E6=B8=B2=E6=9F=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 第二个Editor缺少v-else条件,导致编辑模式下同时渲染可编辑和只读两个Editor组件 --- src/views/mall/product/spu/form/DescriptionForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mall/product/spu/form/DescriptionForm.vue b/src/views/mall/product/spu/form/DescriptionForm.vue index a9e85b345..600cb0087 100644 --- a/src/views/mall/product/spu/form/DescriptionForm.vue +++ b/src/views/mall/product/spu/form/DescriptionForm.vue @@ -4,7 +4,7 @@ - +