Merge pull request 'fix : 修复popover删除组件按钮显示问题' (#821) from dj into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/821
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
@cancel="handleCancel"
|
||||
>
|
||||
<template #reference>
|
||||
<!-- v-perm="perm"-->
|
||||
|
||||
<el-button :type="btnType" size="mini" :disabled="isDisabled" v-if="perm" v-perm="perm" :icon="btnIcon" :plain="isPlain" :link="link">
|
||||
{{ btnText }}
|
||||
</el-button>
|
||||
@@ -49,7 +47,7 @@ const props = defineProps({
|
||||
},
|
||||
perm: {
|
||||
type: Array,
|
||||
default: ['']
|
||||
default: null
|
||||
},
|
||||
isDisabled: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user