Commit 47e04cd0 authored by 陈龙's avatar 陈龙

feat: 提交新源工作台定制组件

parent f86d88f5
Pipeline #91297 waiting for manual action with stages
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
...@@ -256,6 +256,45 @@ ...@@ -256,6 +256,45 @@
background: url('@{imgSrc}/泰来营收总览.png'); background: url('@{imgSrc}/泰来营收总览.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='XINYUAN_OVERVIEW'] {
height: 260px;
background: url('@{imgSrc}/新源_运营总览.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_WATER_OVERVIEW'] {
height: 240px;
background: url('@{imgSrc}/新源_水量总览.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_REPAIR_RECORD'] {
height: 160px;
background: url('@{imgSrc}/新源_管网维修记录.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_CITY_OVERVIEW'] {
height: 100px;
background: url('@{imgSrc}/新源_城区概况.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_TOWN_OVERVIEW'] {
height: 120px;
background: url('@{imgSrc}/新源_乡镇概况.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_PIPE_NETWORK_MONITOR'] {
height: 220px;
background: url('@{imgSrc}/新源_管网监控.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_POOL_GUARANTEE_RATE'] {
height: 80px;
background: url('@{imgSrc}/新源_水池保障率.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_POLLING_MAINTENANCE'] {
height: 80px;
background: url('@{imgSrc}/新源_管网运维.png');
background-size: 100% 100%;
}
} }
} }
\ No newline at end of file
...@@ -123,6 +123,20 @@ const cards = [ ...@@ -123,6 +123,20 @@ const cards = [
{ name: '营收总览', widget: 'REVENUE_OVERVIEW_TAILAI', type: '运营' }, { name: '营收总览', widget: 'REVENUE_OVERVIEW_TAILAI', type: '运营' },
], ],
}, },
{
title:'新源县中西部乡镇城乡供水平台',
count:8,
children: [
{ name: '运营总览', widget: 'XINYUAN_OVERVIEW', type: '运营' },
{ name: '水量总览', widget: 'XINYUAN_WATER_OVERVIEW', type: '运营' },
{ name: '管网维修记录', widget: 'XINYUAN_REPAIR_RECORD', type: '运营' },
{ name: '城区概况', widget: 'XINYUAN_CITY_OVERVIEW', type: '运营' },
{ name: '乡镇概况', widget: 'XINYUAN_TOWN_OVERVIEW', type: '运营' },
{ name: '管网监控', widget: 'XINYUAN_PIPE_NETWORK_MONITOR', type: '运营' },
{ name: '水池保障率', widget: 'XINYUAN_POOL_GUARANTEE_RATE', type: '运营' },
{ name: '管网运维', widget: 'XINYUAN_POLLING_MAINTENANCE', type: '运营' },
]
}
], ],
]; ];
......
...@@ -297,6 +297,46 @@ ...@@ -297,6 +297,46 @@
background: url('@{imgSrc}/泰来营收总览.png'); background: url('@{imgSrc}/泰来营收总览.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='XINYUAN_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/新源_运营总览.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_WATER_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/新源_水量总览.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_REPAIR_RECORD'] {
height: 80px;
background: url('@{imgSrc}/新源_管网维修记录.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_CITY_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/新源_城区概况.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_TOWN_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/新源_乡镇概况.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_PIPE_NETWORK_MONITOR'] {
height: 80px;
background: url('@{imgSrc}/新源_管网监控.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_POOL_GUARANTEE_RATE'] {
height: 80px;
background: url('@{imgSrc}/新源_水池保障率.png');
background-size: 100% 100%;
}
&[widget='XINYUAN_POLLING_MAINTENANCE'] {
height: 80px;
background: url('@{imgSrc}/新源_管网运维.png');
background-size: 100% 100%;
}
} }
} }
.cardType { .cardType {
...@@ -353,4 +393,4 @@ ...@@ -353,4 +393,4 @@
justify-content: flex-start; justify-content: flex-start;
flex-wrap: wrap; flex-wrap: wrap;
} }
} }
\ No newline at end of file
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