Merge pull request #6793 from dataease/pr@dev@fix_subject-tab
fix: 优化编辑状态Tab加载方式改为实时加载,防止未加载视图对主题改变不响应问题 #6644
This commit is contained in:
commit
987814a004
@ -20,7 +20,6 @@
|
||||
:border-color="borderColor"
|
||||
:border-active-color="borderActiveColor"
|
||||
:addable="isEdit && !mobileLayoutStatus"
|
||||
:force-render="isEdit"
|
||||
@tab-add="addTab"
|
||||
@tab-click="handleClick"
|
||||
>
|
||||
@ -28,7 +27,7 @@
|
||||
<el-tab-pane
|
||||
v-for="(item, index) in element.options.tabList"
|
||||
:key="item.name+index"
|
||||
:lazy="true"
|
||||
:lazy="!isEdit"
|
||||
:name="item.name"
|
||||
>
|
||||
<span slot="label">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user