fix: menu adjustment

This commit is contained in:
2024-04-12 20:36:22 +08:00
parent 246ac714c8
commit c1bbba2324
6 changed files with 96 additions and 54 deletions

View File

@@ -648,5 +648,14 @@ INSERT IGNORE INTO `sys_dict_data` VALUES (2124, 2124, 'dictType.ne_license_stat
INSERT IGNORE INTO `sys_dict_data` VALUES (2125, 2125, 'ne_license_status.0', '无效', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (2126, 2126, 'ne_license_status.1', '有效', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (2127, 2127, 'menu.dashboard.mocn', 'MOCN', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO
`sys_dict_data`
VALUES (
2128, 2128, 'menu.monitor.cdr', '话单', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, ''
);
INSERT IGNORE INTO
`sys_dict_data`
VALUES (
2129, 2129, 'menu.monitor.event', '事件', 'i18n_zh', '', '', '1', 'supervisor', 1705550000000, '', 0, ''
);
SET FOREIGN_KEY_CHECKS = 1;