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: {} } ] }