fix: bug#11128

This commit is contained in:
leiqiaochu 2023-03-29 20:24:43 +08:00
parent 8566c3e74c
commit 8187e27a43
1 changed files with 0 additions and 12 deletions

View File

@ -478,12 +478,6 @@ export default {
buttons: [
{ id: 'view', name: '查看', enabled: true, granted: true },
{ id: 'update', name: '编辑', enabled: true, granted: true },
{
id: 'action',
name: '启/禁用',
enabled: true,
granted: true,
},
{ id: 'delete', name: '删除', enabled: true, granted: true },
{
id: 'add',
@ -949,12 +943,6 @@ export default {
buttons: [
{ id: 'view', name: '查看', enabled: true, granted: true },
{ id: 'update', name: '编辑', enabled: true, granted: true },
{
id: 'action',
name: '启/禁用',
enabled: true,
granted: true,
},
{ id: 'delete', name: '删除', enabled: true, granted: true },
{
id: 'add',