mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-17 14:43:42 +08:00
发布v2.11.5版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
</n-radio-button>
|
||||
</n-radio-group>
|
||||
</template>
|
||||
<template v-else-if="schema.component === 'NTreeSelect'">
|
||||
<n-tree-select
|
||||
:class="{ isFull: schema.isFull !== false && getProps.isFull }"
|
||||
v-model:value="formModel[schema.field]"
|
||||
v-bind="getComponentProps(schema)"
|
||||
/>
|
||||
</template>
|
||||
<!--动态渲染表单组件-->
|
||||
<component
|
||||
v-else
|
||||
|
||||
Reference in New Issue
Block a user