feat:代码生成-添加detail的按钮权限

This commit is contained in:
lvjunzhao
2025-02-11 14:43:34 +08:00
parent 7d84093dd8
commit 0cf2031b0d

View File

@ -683,6 +683,13 @@
icon: 'ant-design:delete-outlined', icon: 'ant-design:delete-outlined',
isDefault: true, isDefault: true,
}, },
{
isUse: true,
name: t('查看详情'),
code: 'detail',
icon: 'ant-design:eye-outlined',
isDefault: true,
},
{ {
isUse: false, isUse: false,
name: t('批量删除'), name: t('批量删除'),