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,15 @@ INSERT IGNORE INTO `sys_dict_data` VALUES (4124, 4124, 'dictType.ne_license_stat
INSERT IGNORE INTO `sys_dict_data` VALUES (4125, 4125, 'ne_license_status.0', 'Invalid', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (4126, 4126, 'ne_license_status.1', 'Valid', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO `sys_dict_data` VALUES (4127, 4127, 'menu.dashboard.mocn', 'MOCN', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, '');
INSERT IGNORE INTO
`sys_dict_data`
VALUES (
4128, 4128, 'menu.monitor.cdr', 'CDR', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, ''
);
INSERT IGNORE INTO
`sys_dict_data`
VALUES (
4129, 4129, 'menu.monitor.event', 'Event', 'i18n_en', '', '', '1', 'supervisor', 1705550000000, '', 0, ''
);
SET FOREIGN_KEY_CHECKS = 1;