tabs操作优化

This commit is contained in:
Gary Fu
2024-01-01 20:55:46 +08:00
parent 31f8435d39
commit 034881e72e
7 changed files with 146 additions and 23 deletions

View File

@@ -51,7 +51,7 @@ const options = [
}]
},
{
label: '多标签模式',
labelKey: 'common.label.tabMode',
prop: 'isTabMode',
type: 'switch',
model: tabsViewStore,
@@ -60,7 +60,7 @@ const options = [
}
},
{
label: '缓存标签',
labelKey: 'common.label.cachedTabMode',
prop: 'isCachedTabMode',
type: 'switch',
model: tabsViewStore,
@@ -69,7 +69,7 @@ const options = [
}
},
{
label: '标签图标',
labelKey: 'common.label.showTabIcon',
prop: 'isShowTabIcon',
type: 'switch',
model: tabsViewStore