安环管理按钮调整

test
zhangdi 2 weeks ago
parent daf19859e9
commit b709ce0639
  1. 130
      pages/index/menu.js

@ -220,71 +220,71 @@ const menus = {
],
},
// {
// title: '安环管理',
// children: [
// {
// key: "spotCheck",
// title: "安全点检",
// url: "../safe/spotCheck",
// bgColor: '',
// limit: 'RB2315',
// icon: {
// size: 20,
// color: '#00b7ee',
// type: ''
// }
// },
// {
// key: "inspection",
// title: "安全巡检",
// url: "../safe/inspection",
// bgColor: '',
// limit: 'RB2316',
// icon: {
// size: 20,
// color: '#00b7ee',
// type: ''
// }
// },
// {
// key: "waterInspection",
// title: "废水巡检",
// url: "../sanitation/waterInspection",
// bgColor: '',
// limit: 'RB2318',
// icon: {
// size: 20,
// color: '#00b7ee',
// type: ''
// }
// },
// {
// key: "gasInspection",
// title: "废气巡检",
// url: "../sanitation/gasInspection",
// bgColor: '',
// limit: 'RB2319',
// icon: {
// size: 20,
// color: '#00b7ee',
// type: ''
// }
// },
// {
// key: "bsTower",
// title: "酸雾塔",
// url: "../sanitation/bsTower",
// bgColor: '',
// limit: 'RB2319',
// icon: {
// size: 20,
// color: '#00b7ee',
// type: ''
// }
// },
// ]
// },
{
title: '安环管理',
children: [
{
key: "spotCheck",
title: "安全点检",
url: "../safe/spotCheck",
bgColor: '',
limit: 'RB2315',
icon: {
size: 20,
color: '#00b7ee',
type: ''
}
},
{
key: "inspection",
title: "安全巡检",
url: "../safe/inspection",
bgColor: '',
limit: 'RB2316',
icon: {
size: 20,
color: '#00b7ee',
type: ''
}
},
{
key: "waterInspection",
title: "废水巡检",
url: "../sanitation/waterInspection",
bgColor: '',
limit: 'RB2318',
icon: {
size: 20,
color: '#00b7ee',
type: ''
}
},
{
key: "gasInspection",
title: "废气巡检",
url: "../sanitation/gasInspection",
bgColor: '',
limit: 'RB2319',
icon: {
size: 20,
color: '#00b7ee',
type: ''
}
},
{
key: "bsTower",
title: "酸雾塔",
url: "../sanitation/bsTower",
bgColor: '',
limit: 'RB2319',
icon: {
size: 20,
color: '#00b7ee',
type: ''
}
},
]
},
{
title: '物流配送',
children: [

Loading…
Cancel
Save