feat(PageContent): ✨ 左侧工具栏增加type配置参数
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<el-button
|
||||
v-hasPerm="[`${contentConfig.pageName}:${item.auth}`]"
|
||||
:icon="item.icon"
|
||||
type="default"
|
||||
:type="item.type ?? 'default'"
|
||||
@click="handleToolbar(item.name)"
|
||||
>
|
||||
{{ item.text }}
|
||||
|
||||
Reference in New Issue
Block a user