From 67b5ad1fd3d16d5bff9547198130cd528c8d5e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 27 Dec 2024 18:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=BB=84=E5=86=85?= =?UTF-8?q?=E8=BE=B9=E8=B7=9D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-module/data-rendering/index.vue | 2 +- .../model-custom-group/index.vue | 6 +- .../model-custom/components/index.vue | 69 ++++++++++++++++--- .../model-custom/model-custom-content.vue | 6 ++ src/store/modules/custom.ts | 7 ++ src/utils/index.ts | 27 ++++++++ 6 files changed, 103 insertions(+), 14 deletions(-) diff --git a/src/components/common/custom-module/data-rendering/index.vue b/src/components/common/custom-module/data-rendering/index.vue index 3c6fc3d3..0c2b9173 100644 --- a/src/components/common/custom-module/data-rendering/index.vue +++ b/src/components/common/custom-module/data-rendering/index.vue @@ -1,6 +1,6 @@