fix: dashboard menu for role

This commit is contained in:
2024-02-01 16:16:59 +08:00
parent 547fe3a7c3
commit 3dd60fe3d6
7 changed files with 551 additions and 2331 deletions

View File

@@ -169,4 +169,10 @@ ALTER TABLE `omc_db`.`kpi_title`
ADD INDEX IF NOT EXISTS `idx_kpi_id` (`kpi_id`) USING BTREE;
ALTER TABLE `omc_db`.`alarm`
ADD UNIQUE INDEX IF NOT EXISTS `idx_pk_id` (`id`) USING BTREE;
ADD UNIQUE INDEX IF NOT EXISTS `idx_pk_id` (`id`) USING BTREE;
REPLACE INTO
`sys_dict_data`
VALUES (
4034, 4034, 'menu.dashboard.overview', 'Overview', 'i18n_en', NULL, NULL, '1', 'supervisor', 1705550000000, NULL, 0, NULL
);