forked from integrated_whb/integrated_whb_vue
人员定位菜单
parent
0b5ab067fd
commit
287201927d
|
@ -7,6 +7,7 @@ export const MODEL = {
|
||||||
3: "highRisk",
|
3: "highRisk",
|
||||||
4: "monitor",
|
4: "monitor",
|
||||||
5: "comprehensive",
|
5: "comprehensive",
|
||||||
|
6: "positioning",
|
||||||
};
|
};
|
||||||
// 头部导航条
|
// 头部导航条
|
||||||
export const MENU = [
|
export const MENU = [
|
||||||
|
@ -15,6 +16,7 @@ export const MENU = [
|
||||||
{ title: "高危作业管理", model: MODEL["3"] },
|
{ title: "高危作业管理", model: MODEL["3"] },
|
||||||
{ title: "监测预警", model: MODEL["4"] },
|
{ title: "监测预警", model: MODEL["4"] },
|
||||||
{ title: "综合管理", model: MODEL["5"] },
|
{ title: "综合管理", model: MODEL["5"] },
|
||||||
|
{ title: "人员定位", model: MODEL["6"] },
|
||||||
];
|
];
|
||||||
|
|
||||||
export const PRINT_STYLE =
|
export const PRINT_STYLE =
|
||||||
|
|
Loading…
Reference in New Issue