mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
tabs操作优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user