Skip to content

Commit

Permalink
perf: 自定义插槽优化设计显示
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 10, 2021
1 parent ee72394 commit 7bdebdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/component/form-designer/src/WidgetFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@
<template v-if="element.type ==='table'">
<h4 style="text-align:center;margin:0">表格({{element.model}})</h4>
</template>
<template v-if="element.type == 'blank'">
<h4 style="text-align:center;margin:0">自定义插槽({{ element.model }})</h4>
</template>
<template v-if="element.type === 'treeselect'">
<TreeSelect v-model="element.options.defaultValue" :options="[]" />
</template>
Expand Down

0 comments on commit 7bdebdf

Please sign in to comment.