去除角色导入导出的按钮

This commit is contained in:
zer0Black
2023-06-25 14:27:02 +08:00
parent f80e0de9f6
commit d8bd96625b
3 changed files with 0 additions and 20 deletions
-12
View File
@@ -5654,12 +5654,6 @@ GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1383952680177971201', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色删除', NULL, NULL, NULL, NULL, N'2', N'sys:role:del', N'1', N'1.00', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-04-19 09:14:05', NULL, NULL, N'0', N'0', N'1', N'0');
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1383956904978755586', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色导入', NULL, NULL, NULL, NULL, N'2', N'sys:role:import', N'1', N'1.00', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-04-19 09:14:05', NULL, NULL, N'0', N'0', N'1', N'0');
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1383957016807288833', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色导出', NULL, NULL, NULL, NULL, N'2', N'sys:role:export', N'1', N'1.00', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-04-19 09:14:05', NULL, NULL, N'0', N'0', N'1', N'0');
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1383952988471898113', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门添加', NULL, NULL, NULL, NULL, N'2', N'sys:depart:add', N'1', N'1.00', N'0', NULL,N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-04-19 09:14:05', NULL, NULL, N'0', N'0', N'1', N'0');
GO
@@ -6194,12 +6188,6 @@ GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1454406159722717190', N'f6817f48af4fb3af11b9e8bf182f618b', N'1383952680177971201', NULL, N'2021-10-30 19:13:44.6910000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1454406159722717191', N'f6817f48af4fb3af11b9e8bf182f618b', N'1383956904978755586', NULL, N'2021-10-30 19:13:44.6910000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1454406159731105793', N'f6817f48af4fb3af11b9e8bf182f618b', N'1383957016807288833', NULL, N'2021-10-30 19:13:44.6910000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1454406159731105794', N'f6817f48af4fb3af11b9e8bf182f618b', N'1383952988471898113', NULL, N'2021-10-30 19:13:44.6910000', N'127.0.0.1')
GO