Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
4d81e240
Commit
4d81e240
authored
Mar 05, 2024
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 代码优化
parent
facc758f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+12
-2
No files found.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.js
View file @
4d81e240
...
...
@@ -22,20 +22,23 @@ const cards = [
},
{
title
:
'水厂'
,
count
:
2
,
count
:
3
,
children
:
[
{
name
:
'水厂总览'
,
widget
:
'WATER_OVERVIEW'
,
type
:
'运营'
},
{
name
:
'供水量曲线'
,
widget
:
'WATER_CHART'
,
type
:
'运营'
},
{
name
:
'水厂监控'
,
widget
:
'WATER_MONITORING'
,
type
:
'运营'
},
]
},
{
title
:
'管网'
,
count
:
4
,
count
:
6
,
children
:
[
{
name
:
'管网监控'
,
widget
:
'PIPEMONITORING'
,
type
:
'运营'
},
{
name
:
'管网采集'
,
widget
:
'PIPEGATHER'
,
type
:
'运营'
},
{
name
:
'管网巡检'
,
widget
:
'PIPEINSPECTION'
,
type
:
'运营'
},
{
name
:
'维修工单'
,
widget
:
'MAINTENANCEORDER'
,
type
:
'运营'
},
{
name
:
'压力监控'
,
widget
:
'PIPE_MONITORING'
,
type
:
'运营'
},
{
name
:
'采集工程'
,
widget
:
'PROJECT_OVERVIEW'
,
type
:
'运营'
},
]
},
{
...
...
@@ -82,6 +85,13 @@ const cards = [
{
name
:
'四水厂送水泵房监控'
,
widget
:
'WATER_SUPPLY_MONITORING4'
,
type
:
'运营'
},
]
},
{
title
:
'广西农投天等县智慧水务项目'
,
count
:
1
,
children
:
[
{
name
:
'采集总览'
,
widget
:
'ACQUISITION_OVERVIEW'
,
type
:
'运营'
},
]
},
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment