@@ -55,7 +59,7 @@
@@ -63,7 +67,7 @@
@@ -86,7 +90,7 @@
@@ -109,7 +113,7 @@
@@ -132,7 +136,7 @@
@@ -310,7 +314,7 @@ export default {
dateList.push(`第${i}天`)
}
for(let i = 1;i<=5;i++){
- dateList2.push(i)
+ dateList2.push(`第${i}天`)
}
}
@@ -389,7 +393,7 @@ export default {
howDayNumber:this.howDayNumber,
selectFestival: this.selectFestival,
// realDateList: ['2023-04-28','2023-04-29','2023-04-30','2023-05-01','2023-05-02','2023-05-03','2023-05-04']//劳动节
- realDateList: ['2024-06-21','2024-06-22','2024-06-23','2024-06-24','2024-06-25']
+ realDateList: ['2023-06-21','2023-06-22','2023-06-23','2023-06-24','2023-06-25']
},
],
max:Number(max.toFixed(2)),
@@ -416,7 +420,7 @@ export default {
howDayNumber:this.howDayNumber,
selectFestival: this.selectFestival,
// realDateList: ['2023-04-28','2023-04-29','2023-04-30','2023-05-01','2023-05-02','2023-05-03','2023-05-04']//劳动节
- realDateList: ['2024-06-21','2024-06-22','2024-06-23','2024-06-24','2024-06-25']
+ realDateList: ['2023-06-21','2023-06-22','2023-06-23','2023-06-24','2023-06-25']
},
],
max:Number(max.toFixed(2)),
@@ -623,6 +627,9 @@ export default {
.labourBox{
background: linear-gradient( 360deg, rgba(255,236,208,0) 0%, #FFECD0 100%);
}
+ .dragonBoatBox{
+ background: linear-gradient( 360deg, rgba(225,241,237,0) 0%, #E1F1ED 100%);
+ }
.boxBg{
z-index: 1;
position: absolute;
@@ -676,6 +683,9 @@ export default {
.labourBox{
background: linear-gradient( 360deg, rgba(255,236,208,0) 0%, #FFECD0 100%);
}
+ .dragonBoatBox{
+ background: linear-gradient( 360deg, rgba(225,241,237,0) 0%, #E1F1ED 100%);
+ }
.boxBg{
z-index: 1;
position: absolute;
@@ -752,6 +762,9 @@ export default {
.labourLeftBox{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/labourNo1.png");
}
+ .dragonBoatLeftBox{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dragonBoatNo1.png");
+ }
.rightBox{
right: 0;top: 0;
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/rightPink.png");
@@ -794,6 +807,15 @@ export default {
color: #E17900!important;
}
}
+ .dragonBoatRightBox{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dragonBoatNo2.png");
+ .value{
+ color: #2F7F4B!important;
+ }
+ .label{
+ color: #2F7F4B!important;
+ }
+ }
.revenueLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/revenueLeft.png");
}
@@ -803,6 +825,9 @@ export default {
.labourRevenueLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/labourNo3.png");
}
+ .dragonBoatRevenueLeft{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dragonBoatNo3.png");
+ }
.revenueRight{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/revenueRight.png");
.value{
@@ -830,6 +855,15 @@ export default {
color: #F0490E;
}
}
+ .dragonBoatRevenueRight{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dragonBoatNo4.png");
+ .value{
+ color: #6F8A14;
+ }
+ .label{
+ color: #6F8A14;
+ }
+ }
.carLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carLeft.png");
}
@@ -839,6 +873,9 @@ export default {
.labourCarLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/labourNo5.png");
}
+ .dragonBoatCarLeft{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dragonBoatNo5.png");
+ }
.carRight{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carRight.png");
.value{
@@ -866,6 +903,15 @@ export default {
color: #A59301;
}
}
+ .dragonBoatCarRight{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dragonBoatNo6.png");
+ .value{
+ color: #218794;
+ }
+ .label{
+ color: #218794;
+ }
+ }
}
}
}