Commit fc3a7b38a593d98e511df96b8a06ad1e6a092998

Authored by Aaron
1 parent 3b6c0c27
Exists in master and in 1 other branch legacy

修复form组件图标

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
packages/form/index.vue
@@ -130,7 +130,8 @@ export default { @@ -130,7 +130,8 @@ export default {
130 if (typeof data.group === 'object') { 130 if (typeof data.group === 'object') {
131 if (!groupSet[`group-${data.group.key}`]) { 131 if (!groupSet[`group-${data.group.key}`]) {
132 groupSet[`group-${data.group.key}`] = { 132 groupSet[`group-${data.group.key}`] = {
133 - ...data.group, 133 + icon: data.group.icon,
  134 + label: data.group.label,
134 list: [] 135 list: []
135 }; 136 };
136 } 137 }