提交 68ac7a95 authored 作者: 宋文杰's avatar 宋文杰

feat(info): update info.sql

上级 3db29be4
...@@ -126,7 +126,7 @@ VALUES ...@@ -126,7 +126,7 @@ VALUES
'views/info/infotemplates/index', 'views/info/infotemplates/index',
'', '',
'0', '0',
'/attendance', '/infotemplates',
'icon-bangzhushouji', 'icon-bangzhushouji',
'81000', '81000',
'0', '0',
...@@ -157,7 +157,7 @@ VALUES ...@@ -157,7 +157,7 @@ VALUES
'views/info/infoinformations/index', 'views/info/infoinformations/index',
'', '',
'0', '0',
'/attendance', '/infoinformations',
'icon-bangzhushouji', 'icon-bangzhushouji',
'82000', '82000',
'0', '0',
...@@ -166,6 +166,38 @@ VALUES ...@@ -166,6 +166,38 @@ VALUES
'2018-07-29 13:38:19', '2018-07-29 13:38:19',
'信息编制' '信息编制'
); );
-- 信息查询
INSERT INTO `sys_menu` (
`parent_id`,
`component`,
`permission`,
`type`,
`path`,
`icon`,
`menu_id`,
`del_flag`,
`create_time`,
`sort`,
`update_time`,
`name`
)
VALUES
(
'80000',
'views/info/query/index',
'',
'0',
'/query',
'icon-bangzhushouji',
'83000',
'0',
'2018-01-20 13:17:19',
'2',
'2018-07-29 13:38:19',
'信息查询'
);
-- 添加信息模板 -- 添加信息模板
insert into `sys_menu` ( `parent_id`, `component`, `permission`, `type`, `path`, `icon`, `menu_id`, `del_flag`, `create_time`, `sort`, `update_time`, `name`) insert into `sys_menu` ( `parent_id`, `component`, `permission`, `type`, `path`, `icon`, `menu_id`, `del_flag`, `create_time`, `sort`, `update_time`, `name`)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论