fix: showCollapseButton: false,
This commit is contained in:
parent
49e689a5bb
commit
b91a084ffd
@ -14,7 +14,7 @@ export const GhostButton = defineComponent({
|
||||
return () =>
|
||||
h(
|
||||
Button,
|
||||
{ ...props, ...attrs, type: 'primary', ghost: true, size: 'small' },
|
||||
{ ...props, ...attrs, type: 'link', ghost: true, size: 'small' },
|
||||
slots,
|
||||
);
|
||||
},
|
||||
|
@ -167,7 +167,6 @@ const isAdmin = computed(() => {
|
||||
<!-- '按钮类型'无法再添加子菜单 -->
|
||||
<ghost-button
|
||||
v-if="row.menuType !== 'F'"
|
||||
class="btn-add"
|
||||
v-access:code="['system:menu:add']"
|
||||
@click="handleSubAdd(row)"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user