mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39:01 +08:00
fix: 移除演示按钮的点击事件
This commit is contained in:
parent
cf0ba0a2bf
commit
27a50a99b4
@ -231,7 +231,6 @@ const columns = [
|
|||||||
size: 'small',
|
size: 'small',
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
secondary: true,
|
secondary: true,
|
||||||
onClick: () => handleOpenRolesSet(row),
|
|
||||||
}, {
|
}, {
|
||||||
default: () => '超管专属',
|
default: () => '超管专属',
|
||||||
icon: () => h('i', { class: 'i-carbon:user-role text-14' }),
|
icon: () => h('i', { class: 'i-carbon:user-role text-14' }),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user