Browse Source

修改组件分组

v4
超级管理员 2 years ago
parent
commit
1984e53025
  1. 18
      src/components/DesignForm/assembly/index.ts

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

Loading…
Cancel
Save