Commit 87ead21c authored by 周宏民's avatar 周宏民

feat: 钦州 工作台卡片配置

parent 82212676
Pipeline #94641 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.
......@@ -296,5 +296,35 @@
background: url('@{imgSrc}/新源_管网运维.png');
background-size: 100% 100%;
}
&[widget='WATER_OVERVIEW2'] {
height: 80px;
background: url('@{imgSrc}/供水总览.png');
background-size: 100% 100%;
}
&[widget='WATER_SCALE_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州水厂规模.png');
background-size: 100% 100%;
}
&[widget='PIPE_MONITORING_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州管网运营.png');
background-size: 100% 100%;
}
&[widget='WASTE_WATER_OVERVIEW_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州污水总览.png');
background-size: 100% 100%;
}
&[widget='WASTE_WATER_SCALE_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州污水厂规模.png');
background-size: 100% 100%;
}
&[widget='WASTE_STATION_OVERVIEW_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州污水泵站总览.png');
background-size: 100% 100%;
}
}
}
......@@ -26,6 +26,7 @@ const cards = [
count: 3,
children: [
{ name: '水厂总览', widget: 'WATER_OVERVIEW', type: '运营' },
{ name: '供水总览', widget: 'WATER_OVERVIEW2', type: '运营' },
{ name: '供水量曲线', widget: 'WATER_CHART', type: '运营' },
{ name: '水厂监控', widget: 'WATER_MONITORING', type: '运营' },
],
......@@ -124,8 +125,8 @@ const cards = [
],
},
{
title:'新源县中西部乡镇城乡供水平台',
count:8,
title: '新源县中西部乡镇城乡供水平台',
count: 8,
children: [
{ name: '运营总览', widget: 'XINYUAN_OVERVIEW', type: '运营' },
{ name: '水量总览', widget: 'XINYUAN_WATER_OVERVIEW', type: '运营' },
......@@ -135,8 +136,19 @@ const cards = [
{ name: '管网监控', widget: 'XINYUAN_PIPE_NETWORK_MONITOR', type: '运营' },
{ name: '水池保障率', widget: 'XINYUAN_POOL_GUARANTEE_RATE', type: '运营' },
{ name: '管网运维', widget: 'XINYUAN_POLLING_MAINTENANCE', type: '运营' },
]
}
],
},
{
title: '钦州开投水务综合管理平台',
count: 5,
children: [
{ name: '水厂规模', widget: 'WATER_SCALE_QINZHOU', type: '运营' },
{ name: '管网监控', widget: 'PIPE_MONITORING_QINZHOU', type: '运营' },
{ name: '污水总览', widget: 'WASTE_WATER_OVERVIEW_QINZHOU', type: '运营' },
{ name: '污水厂规模', widget: 'WASTE_WATER_SCALE_QINZHOU', type: '运营' },
{ name: '污水泵站总览', widget: 'WASTE_STATION_OVERVIEW_QINZHOU', type: '运营' },
],
},
],
];
......
......@@ -337,6 +337,36 @@
background: url('@{imgSrc}/新源_管网运维.png');
background-size: 100% 100%;
}
&[widget='WATER_OVERVIEW2'] {
height: 80px;
background: url('@{imgSrc}/供水总览.png');
background-size: 100% 100%;
}
&[widget='WATER_SCALE_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州水厂规模.png');
background-size: 100% 100%;
}
&[widget='PIPE_MONITORING_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州管网运营.png');
background-size: 100% 100%;
}
&[widget='WASTE_WATER_OVERVIEW_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州污水总览.png');
background-size: 100% 100%;
}
&[widget='WASTE_WATER_SCALE_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州污水厂规模.png');
background-size: 100% 100%;
}
&[widget='WASTE_STATION_OVERVIEW_QINZHOU'] {
height: 80px;
background: url('@{imgSrc}/钦州污水泵站总览.png');
background-size: 100% 100%;
}
}
}
.cardType {
......
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