Commit 6ed4e84a by YuleiLan

fix bug.

parent 31893862
......@@ -63,7 +63,7 @@
</el-row>
</template>
<!-- 子表单 -->
<template v-if="element.type == 'subform'">
<template v-else-if="element.type == 'subform'">
<el-form-item
v-if="element && element.key"
:key="element.key"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment