fix: performance menu hidden

This commit is contained in:
2024-05-11 16:53:19 +08:00
parent f665656f86
commit 8eab3953ab
3 changed files with 46 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
Target Server Version : 100338 (10.3.38-MariaDB)
File Encoding : 65001
Date: 10/05/2024 17:25:35
Date: 11/05/2024 16:51:57
*/
SET NAMES utf8mb4;
@@ -145,7 +145,7 @@ INSERT INTO `sys_menu` VALUES (2099, 'menu.perf', 0, 5, 'perfManage', NULL, '1',
INSERT INTO `sys_menu` VALUES (2100, 'menu.perf.task', 2099, 1, 'taskManage', 'perfManage/taskManage/index', '1', '1', 'M', '0', '1', 'perfManage:taskManage:index', 'icon-wofaqi', 'supervisor', 1700000000000, 'admin', 1713177036412, 'menu.perf.taskRemark');
INSERT INTO `sys_menu` VALUES (2101, 'menu.perf.data', 2099, 2, 'perfData', 'perfManage/perfData/index', '1', '1', 'M', '0', '1', 'perfManage:perfData:index', 'icon-soutubiao', 'supervisor', 1700000000000, 'admin', 1713177042915, 'menu.perf.dataRemark');
INSERT INTO `sys_menu` VALUES (2102, 'menu.perf.report', 2099, 3, 'perfReport', 'perfManage/perfReport/index', '1', '0', 'M', '0', '0', 'perfManage:perfReport:index', 'icon-gonggaodayi', 'supervisor', 1700000000000, NULL, 0, 'menu.perf.reportRemark');
INSERT INTO `sys_menu` VALUES (2103, 'menu.perf.threshold', 2099, 4, 'perfThreshold', 'perfManage/perfThreshold/index', '1', '0', 'M', '1', '1', 'perfManage:perfThreshold:index', 'icon-zhuanrang', 'supervisor', 1700000000000, 'admin', 1712807935215, 'menu.perf.thresholdRemark');
INSERT INTO `sys_menu` VALUES (2103, 'menu.perf.threshold', 2099, 4, 'perfThreshold', 'perfManage/perfThreshold/index', '1', '0', 'M', '0', '1', 'perfManage:perfThreshold:index', 'icon-zhuanrang', 'supervisor', 1700000000000, 'supervisor', 1715417264697, 'menu.perf.thresholdRemark');
INSERT INTO `sys_menu` VALUES (2104, 'menu.perf.kpi', 2099, 5, 'goldTarget', 'perfManage/goldTarget/index', '1', '1', 'M', '1', '1', 'perfManage:goldTarget:index', 'icon-soutubiao', 'supervisor', 1700000000000, NULL, 0, 'menu.perf.kpiRemark');
INSERT INTO `sys_menu` VALUES (2105, 'menu.perf.customTarget', 2099, 6, 'customTarget', 'perfManage/customTarget/index', '1', '1', 'M', '0', '0', 'perfManage:customTarget:index', 'icon-fanhui1', 'supervisor', 1700000000000, 'admin', 1712807948673, 'menu.perf.customTargetRemark');
INSERT INTO `sys_menu` VALUES (2106, 'menu.perf.set', 2099, 7, 'perfSet', 'perfManage/perfSet/index', '1', '0', 'M', '0', '0', 'perfManage:perfSet:index', 'icon-gonggao', 'supervisor', 1700000000000, NULL, 0, 'menu.perf.setRemark');

View File

@@ -1143,6 +1143,28 @@ SET
WHERE
`menu_id` = 2095;
UPDATE `omc_db`.`sys_menu`
SET
`menu_name` = 'menu.perf.threshold',
`parent_id` = 2099,
`menu_sort` = 4,
`path` = 'perfThreshold',
`component` = 'perfManage/perfThreshold/index',
`is_frame` = '1',
`is_cache` = '0',
`menu_type` = 'M',
`visible` = '0',
`status` = '1',
`perms` = 'perfManage:perfThreshold:index',
`icon` = 'icon-zhuanrang',
`create_by` = 'supervisor',
`create_time` = 1700000000000,
`update_by` = 'supervisor',
`update_time` = 1715417264697,
`remark` = 'menu.perf.thresholdRemark'
WHERE
`menu_id` = 2103;
-- end: remove
SET FOREIGN_KEY_CHECKS = 1;

View File

@@ -1143,6 +1143,28 @@ SET
WHERE
`menu_id` = 2095;
UPDATE `omc_db`.`sys_menu`
SET
`menu_name` = 'menu.perf.threshold',
`parent_id` = 2099,
`menu_sort` = 4,
`path` = 'perfThreshold',
`component` = 'perfManage/perfThreshold/index',
`is_frame` = '1',
`is_cache` = '0',
`menu_type` = 'M',
`visible` = '0',
`status` = '1',
`perms` = 'perfManage:perfThreshold:index',
`icon` = 'icon-zhuanrang',
`create_by` = 'supervisor',
`create_time` = 1700000000000,
`update_by` = 'supervisor',
`update_time` = 1715417264697,
`remark` = 'menu.perf.thresholdRemark'
WHERE
`menu_id` = 2103;
-- end: remove
SET FOREIGN_KEY_CHECKS = 1;