From 4888002684d31bc3d50ec8ecf8b1552d8aaca8fd Mon Sep 17 00:00:00 2001 From: dafang <1073816412@qq.com> Date: Mon, 8 Dec 2025 14:16:32 +0800 Subject: [PATCH] =?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 @@ - + -- Gitee