Commit 4d81e240 authored by 田翔's avatar 田翔

fix: 代码优化

parent facc758f
...@@ -22,20 +22,23 @@ const cards = [ ...@@ -22,20 +22,23 @@ const cards = [
}, },
{ {
title: '水厂', title: '水厂',
count: 2, count: 3,
children: [ children: [
{ name: '水厂总览', widget: 'WATER_OVERVIEW', type: '运营' }, { name: '水厂总览', widget: 'WATER_OVERVIEW', type: '运营' },
{ name: '供水量曲线', widget: 'WATER_CHART', type: '运营' }, { name: '供水量曲线', widget: 'WATER_CHART', type: '运营' },
{ name: '水厂监控', widget: 'WATER_MONITORING', type: '运营' },
] ]
}, },
{ {
title: '管网', title: '管网',
count: 4, count: 6,
children: [ children: [
{ name: '管网监控', widget: 'PIPEMONITORING', type: '运营' }, { name: '管网监控', widget: 'PIPEMONITORING', type: '运营' },
{ name: '管网采集', widget: 'PIPEGATHER', type: '运营' }, { name: '管网采集', widget: 'PIPEGATHER', type: '运营' },
{ name: '管网巡检', widget: 'PIPEINSPECTION', type: '运营' }, { name: '管网巡检', widget: 'PIPEINSPECTION', type: '运营' },
{ name: '维修工单', widget: 'MAINTENANCEORDER', type: '运营' }, { name: '维修工单', widget: 'MAINTENANCEORDER', type: '运营' },
{ name: '压力监控', widget: 'PIPE_MONITORING', type: '运营' },
{ name: '采集工程', widget: 'PROJECT_OVERVIEW', type: '运营' },
] ]
}, },
{ {
...@@ -82,6 +85,13 @@ const cards = [ ...@@ -82,6 +85,13 @@ const cards = [
{ name: '四水厂送水泵房监控', widget: 'WATER_SUPPLY_MONITORING4', type: '运营' }, { name: '四水厂送水泵房监控', widget: 'WATER_SUPPLY_MONITORING4', type: '运营' },
] ]
}, },
{
title: '广西农投天等县智慧水务项目',
count: 1,
children: [
{ name: '采集总览', widget: 'ACQUISITION_OVERVIEW', type: '运营' },
]
},
] ]
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment