From 1984e53025488ff26b26dd891f9171321c1df4b1 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 2 Jan 2024 15:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6=E5=88=86?= =?UTF-8?q?=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index dc4031dd0..d2775cc1a 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -247,15 +247,6 @@ const selectOption: any = [ }, config: {} }, - { - type: 'orgCentent', - label: '行政组织', - icon: 'sliders', - iconFont: 'fa-sliders', - control: { - }, - config: {} - }, { type: 'colorPicker', label: '取色器', @@ -409,6 +400,15 @@ const selectOption: any = [ modelValue: '' }, config: {} // 其他配置信息 + }, + { + type: 'orgCentent', + label: '行政组织', + icon: 'sliders', + iconFont: 'fa-sliders', + control: { + }, + config: {} } ] }