Commit db009708 authored by 田翔's avatar 田翔

fix: 增加瑞云定制组件

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