功能变化: 修复授权管理的bug

This commit is contained in:
猿小天
2024-05-21 21:48:58 +08:00
parent 3786b4123b
commit e8d39d0150
2 changed files with 6 additions and 2 deletions

View File

@@ -349,7 +349,7 @@ export const createCrudOptions = function ({crudExpose}: CreateCrudOptionsProps)
},
},
is_active: {
title: '锁定',
title: '状态',
search: {
show: true,
},