This commit is contained in:
孟帅
2023-11-25 18:36:11 +08:00
parent 40117c700d
commit 70e9f966c3
142 changed files with 5407 additions and 2058 deletions

View File

@@ -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

View File

@@ -164,7 +164,6 @@
}
//切换
function onChange(checkList) {
console.log('checkList:' + JSON.stringify(checkList));
if (state.selection) {
checkList.unshift('selection');
}