Commit c9d7ca3c authored by 涂伟's avatar 涂伟
parents 738f029f 3df1e6e9
Pipeline #88145 failed with stages
...@@ -196,11 +196,21 @@ ...@@ -196,11 +196,21 @@
background: url('@{imgSrc}/DMA分区统计.png'); background: url('@{imgSrc}/DMA分区统计.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='RUIYUN_CASEOPERATION'] {
height: 100px;
background: url('@{imgSrc}/card105.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_MAINTAINSTATISTICS'] { &[widget='RUIYUN_MAINTAINSTATISTICS'] {
height: 260px; height: 260px;
background: url('@{imgSrc}/维修服务统计.png'); background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='RUIYUN_PERSONRANKING'] {
height: 270px;
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='USAGE_STATISTICS'] { &[widget='USAGE_STATISTICS'] {
height: 150px; height: 150px;
background: url('@{imgSrc}/实用情况统计.png'); background: url('@{imgSrc}/实用情况统计.png');
......
...@@ -105,12 +105,14 @@ const cards = [ ...@@ -105,12 +105,14 @@ const cards = [
}, },
{ {
title: '瑞云智慧水务项目', title: '瑞云智慧水务项目',
count: 4, count: 6,
children: [ children: [
{ name: '供水统计', widget: 'RUIYUN_WATERSTATISTICS', type: '运营' }, { name: '供水统计', widget: 'RUIYUN_WATERSTATISTICS', type: '运营' },
{ name: '开关阀统计', widget: 'RUIYUN_SWITCHSTATISTICS', type: '运营' }, { name: '开关阀统计', widget: 'RUIYUN_SWITCHSTATISTICS', type: '运营' },
{ name: 'DMA分区统计', widget: 'RUIYUN_AREASTATISTICS', type: '运营' }, { name: 'DMA分区统计', widget: 'RUIYUN_AREASTATISTICS', type: '运营' },
{ name: '工单运营', widget: 'RUIYUN_CASEOPERATION', type: '运营' },
{ name: '维修服务统计', widget: 'RUIYUN_MAINTAINSTATISTICS', type: '运营' }, { name: '维修服务统计', widget: 'RUIYUN_MAINTAINSTATISTICS', type: '运营' },
{ name: '人员业务排名', widget: 'RUIYUN_PERSONRANKING', type: '运营' },
] ]
}, },
] ]
......
...@@ -237,11 +237,21 @@ ...@@ -237,11 +237,21 @@
background: url('@{imgSrc}/DMA分区统计.png'); background: url('@{imgSrc}/DMA分区统计.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='RUIYUN_CASEOPERATION'] {
height: 60px;
background: url('@{imgSrc}/card105.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_MAINTAINSTATISTICS'] { &[widget='RUIYUN_MAINTAINSTATISTICS'] {
height: 170px; height: 170px;
background: url('@{imgSrc}/维修服务统计.png'); background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='RUIYUN_PERSONRANKING'] {
height: 210px;
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='USAGE_STATISTICS'] { &[widget='USAGE_STATISTICS'] {
height: 90px; height: 90px;
background: url('@{imgSrc}/实用情况统计.png'); background: url('@{imgSrc}/实用情况统计.png');
......
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