修复BUG:

1.系统配置中,数组的删除与编辑
pull/92/head
猿小天 2023-04-04 16:26:40 +08:00
parent 4eccd6fe6f
commit dc398c26ec
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@
<addContent></addContent>
</el-col>
</el-row>
<formContent v-else :options="item" :editableTabsItem="item"></formContent>
<div v-else>
<formContent v-if="item.key===editableTabsValue" :options="item" :editableTabsItem="item"></formContent>
</div>
</el-tab-pane>
</el-tabs>
</d2-container>