1
0
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:
zclzone 2025-03-24 11:09:11 +08:00
parent cf0ba0a2bf
commit 27a50a99b4

View File

@ -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' }),