1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29: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',
type: 'primary',
secondary: true,
onClick: () => handleOpenRolesSet(row),
}, {
default: () => '超管专属',
icon: () => h('i', { class: 'i-carbon:user-role text-14' }),