This commit is contained in:
cclu 2024-10-15 18:30:49 +08:00
parent b779840ec9
commit 86fba076cc
4 changed files with 47 additions and 40 deletions

View File

@ -541,7 +541,7 @@
<text class="value">{{selectVersion3Obj['累计'].RevenueINC.lYearData || '-'}}</text>
<text class="label">2023/万元</text>
</div>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carVS.png"/>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottomPK1.png"/>
</div>
</div>
@ -574,7 +574,7 @@
<text class="value">{{selectVersion3Obj['累计'].AccountINC.lYearData || '-'}}</text>
<text class="label">2023/万元</text>
</div>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carVS.png"/>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottomPK2.png"/>
</div>
</div>
@ -607,7 +607,7 @@
<text class="value">{{selectVersion3Obj['累计'].BayonetINC.lYearData || '-'}}</text>
<text class="label">2023/万元</text>
</div>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carVS.png"/>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottomPK3.png"/>
</div>
</div>
</template>
@ -644,7 +644,7 @@
<text class="value">{{allselectVersion3Obj['累计'].RevenueINC.lYearData || '-'}}</text>
<text class="label">2023/亿元</text>
</div>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carVS.png"/>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottomPK1.png"/>
</div>
</div>
@ -677,7 +677,7 @@
<text class="value">{{allselectVersion3Obj['累计'].AccountINC.lYearData || '-'}}</text>
<text class="label">2023/亿元</text>
</div>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carVS.png"/>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottomPK2.png"/>
</div>
</div>
@ -710,7 +710,7 @@
<text class="value">{{allselectVersion3Obj['累计'].BayonetINC.lYearData || '-'}}</text>
<text class="label">2023/亿元</text>
</div>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carVS.png"/>
<img class="pkLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottomPK3.png"/>
</div>
</div>
</template>
@ -912,7 +912,7 @@
<view class="tableTop">
<span class="bigMoney">{{selectVersion3Obj['累计'].AccountINC.curYearData}}</span>
<view class="changeBox">
<image class="changeIcon" />
<image class="changeIcon" :src="selectVersion3Obj['累计'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="changeRate">{{selectVersion3Obj['累计'].AccountINC.increaseRate || '-'}}%</span>
<span class="changeunit">同比增幅</span>
</view>
@ -968,7 +968,7 @@
<view class="tableTop">
<span class="bigMoney">{{allselectVersion3Obj['累计'].AccountINC.curYearData}}</span>
<view class="changeBox">
<image class="changeIcon" />
<image class="changeIcon" :src="allselectVersion3Obj['累计'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="changeRate">{{allselectVersion3Obj['累计'].AccountINC.increaseRate || '-'}}%</span>
<span class="changeunit">同比增幅</span>
</view>
@ -1029,7 +1029,7 @@
<span class="typeValue">{{selectVersion3Obj['累计'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['累计'].AccountINC.increaseRate" :src="selectVersion3Obj['累计'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['累计'].AccountINC.increaseRate" :src="selectVersion3Obj['累计'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['累计'].AccountINC.increaseRate>0?'增幅':selectVersion3Obj['累计'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['累计'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1041,7 +1041,7 @@
<span class="typeValue">{{selectVersion3Obj['自营'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['自营'].AccountINC.increaseRate" :src="selectVersion3Obj['自营'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['自营'].AccountINC.increaseRate" :src="selectVersion3Obj['自营'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['自营'].AccountINC.increaseRate>0?'增幅':selectVersion3Obj['自营'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['自营'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1052,12 +1052,12 @@
<span class="typeValue">{{selectVersion3Obj['便利店'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['便利店'].AccountINC.increaseData" :src="selectVersion3Obj['便利店'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['便利店'].AccountINC.increaseData" :src="selectVersion3Obj['便利店'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['便利店'].AccountINC.increaseData>0?'增长':selectVersion3Obj['便利店'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['便利店'].AccountINC.increaseData || '-'}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['便利店'].AccountINC.increaseRate" :src="selectVersion3Obj['便利店'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['便利店'].AccountINC.increaseRate" :src="selectVersion3Obj['便利店'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['便利店'].AccountINC.increaseRate>0?'增幅':selectVersion3Obj['便利店'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['便利店'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1068,12 +1068,12 @@
<span class="typeValue">{{selectVersion3Obj['餐饮客房'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['餐饮客房'].AccountINC.increaseData" :src="selectVersion3Obj['餐饮客房'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['餐饮客房'].AccountINC.increaseData" :src="selectVersion3Obj['餐饮客房'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['餐饮客房'].AccountINC.increaseData>0?'增长':selectVersion3Obj['餐饮客房'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['餐饮客房'].AccountINC.increaseData || '-'}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['餐饮客房'].AccountINC.increaseRate" :src="selectVersion3Obj['餐饮客房'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['餐饮客房'].AccountINC.increaseRate" :src="selectVersion3Obj['餐饮客房'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['餐饮客房'].AccountINC.increaseRate>0?'增幅':selectVersion3Obj['餐饮客房'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['餐饮客房'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1085,12 +1085,12 @@
<span class="typeValue">{{selectVersion3Obj['外包'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['外包'].AccountINC.increaseData" :src="selectVersion3Obj['外包'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['外包'].AccountINC.increaseData" :src="selectVersion3Obj['外包'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['外包'].AccountINC.increaseData>0?'增长':selectVersion3Obj['外包'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['外包'].AccountINC.increaseData || '-'}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['外包'].AccountINC.increaseRate" :src="selectVersion3Obj['外包'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['外包'].AccountINC.increaseRate" :src="selectVersion3Obj['外包'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['外包'].AccountINC.increaseRate>0?'增幅':selectVersion3Obj['外包'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['外包'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1101,12 +1101,12 @@
<span class="typeValue">{{selectVersion3Obj['商铺租赁'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['商铺租赁'].AccountINC.increaseData" :src="selectVersion3Obj['商铺租赁'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['商铺租赁'].AccountINC.increaseData" :src="selectVersion3Obj['商铺租赁'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['商铺租赁'].AccountINC.increaseData>0?'增长':selectVersion3Obj['商铺租赁'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['商铺租赁'].AccountINC.increaseData || '-'}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['商铺租赁'].AccountINC.increaseRate" :src="selectVersion3Obj['商铺租赁'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['商铺租赁'].AccountINC.increaseRate" :src="selectVersion3Obj['商铺租赁'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['商铺租赁'].AccountINC.increaseRate>0?'增幅':selectVersion3Obj['商铺租赁'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['商铺租赁'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1118,12 +1118,12 @@
<span class="typeValue">{{selectVersion3Obj['累计'].BayonetINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['累计'].BayonetINC.increaseData" :src="selectVersion3Obj['累计'].BayonetINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['累计'].BayonetINC.increaseData" :src="selectVersion3Obj['累计'].BayonetINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['累计'].BayonetINC.increaseData>0?'增长':selectVersion3Obj['累计'].BayonetINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['累计'].BayonetINC.increaseData || '-'}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="selectVersion3Obj['累计'].BayonetINC.increaseRate" :src="selectVersion3Obj['累计'].BayonetINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="selectVersion3Obj['累计'].BayonetINC.increaseRate" :src="selectVersion3Obj['累计'].BayonetINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ selectVersion3Obj['累计'].BayonetINC.increaseRate>0?'增幅':selectVersion3Obj['累计'].BayonetINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ selectVersion3Obj['累计'].BayonetINC.increaseRate || '-'}}%</span>
</view>
@ -1138,7 +1138,7 @@
<span class="typeValue">{{allselectVersion3Obj['累计'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['累计'].AccountINC.increaseRate" :src="allselectVersion3Obj['累计'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['累计'].AccountINC.increaseRate" :src="allselectVersion3Obj['累计'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['累计'].AccountINC.increaseRate>0?'增幅':allselectVersion3Obj['累计'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['累计'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1150,7 +1150,7 @@
<span class="typeValue">{{allselectVersion3Obj['自营'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['自营'].AccountINC.increaseRate" :src="allselectVersion3Obj['自营'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['自营'].AccountINC.increaseRate" :src="allselectVersion3Obj['自营'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['自营'].AccountINC.increaseRate>0?'增幅':allselectVersion3Obj['自营'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['自营'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1161,12 +1161,12 @@
<span class="typeValue">{{allselectVersion3Obj['便利店'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['便利店'].AccountINC.increaseData" :src="allselectVersion3Obj['便利店'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['便利店'].AccountINC.increaseData" :src="allselectVersion3Obj['便利店'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['便利店'].AccountINC.increaseData>0?'增长':allselectVersion3Obj['便利店'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['便利店'].AccountINC.increaseData || '-'}}%</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['便利店'].AccountINC.increaseRate" :src="allselectVersion3Obj['便利店'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['便利店'].AccountINC.increaseRate" :src="allselectVersion3Obj['便利店'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['便利店'].AccountINC.increaseRate>0?'增幅':allselectVersion3Obj['便利店'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['便利店'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1177,12 +1177,12 @@
<span class="typeValue">{{allselectVersion3Obj['餐饮客房'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['餐饮客房'].AccountINC.increaseData" :src="allselectVersion3Obj['餐饮客房'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['餐饮客房'].AccountINC.increaseData" :src="allselectVersion3Obj['餐饮客房'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['餐饮客房'].AccountINC.increaseData>0?'增长':allselectVersion3Obj['餐饮客房'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['餐饮客房'].AccountINC.increaseData || '-'}}%</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['餐饮客房'].AccountINC.increaseRate" :src="allselectVersion3Obj['餐饮客房'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['餐饮客房'].AccountINC.increaseRate" :src="allselectVersion3Obj['餐饮客房'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['餐饮客房'].AccountINC.increaseRate>0?'增幅':allselectVersion3Obj['餐饮客房'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['餐饮客房'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1194,12 +1194,12 @@
<span class="typeValue">{{allselectVersion3Obj['外包'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['外包'].AccountINC.increaseData" :src="allselectVersion3Obj['外包'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['外包'].AccountINC.increaseData" :src="allselectVersion3Obj['外包'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['外包'].AccountINC.increaseData>0?'增长':allselectVersion3Obj['外包'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['外包'].AccountINC.increaseData || '-'}}%</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['外包'].AccountINC.increaseRate" :src="allselectVersion3Obj['外包'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['外包'].AccountINC.increaseRate" :src="allselectVersion3Obj['外包'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['外包'].AccountINC.increaseRate>0?'增幅':allselectVersion3Obj['外包'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['外包'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1210,12 +1210,12 @@
<span class="typeValue">{{allselectVersion3Obj['商铺租赁'].AccountINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['商铺租赁'].AccountINC.increaseData" :src="allselectVersion3Obj['商铺租赁'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['商铺租赁'].AccountINC.increaseData" :src="allselectVersion3Obj['商铺租赁'].AccountINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['商铺租赁'].AccountINC.increaseData>0?'增长':allselectVersion3Obj['商铺租赁'].AccountINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['商铺租赁'].AccountINC.increaseData || '-'}}%</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['商铺租赁'].AccountINC.increaseRate" :src="allselectVersion3Obj['商铺租赁'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['商铺租赁'].AccountINC.increaseRate" :src="allselectVersion3Obj['商铺租赁'].AccountINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['商铺租赁'].AccountINC.increaseRate>0?'增幅':allselectVersion3Obj['商铺租赁'].AccountINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['商铺租赁'].AccountINC.increaseRate || '-'}}%</span>
</view>
@ -1227,12 +1227,12 @@
<span class="typeValue">{{allselectVersion3Obj['累计'].BayonetINC.curYearData}}</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['累计'].BayonetINC.increaseData" :src="allselectVersion3Obj['累计'].BayonetINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['累计'].BayonetINC.increaseData" :src="allselectVersion3Obj['累计'].BayonetINC.increaseData>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['累计'].BayonetINC.increaseData>0?'增长':allselectVersion3Obj['累计'].BayonetINC.increaseData<0?'下降':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['累计'].BayonetINC.increaseData || '-'}}%</span>
</view>
<view class="normalTextBox">
<image class="normalTextIcon" v-if="allselectVersion3Obj['累计'].BayonetINC.increaseRate" :src="allselectVersion3Obj['累计'].BayonetINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.svg'"/>
<image class="normalTextIcon" v-if="allselectVersion3Obj['累计'].BayonetINC.increaseRate" :src="allselectVersion3Obj['累计'].BayonetINC.increaseRate>0?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/addSelectVersion3.png':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/dropSelectVersion3.png'"/>
<span class="normalText">{{ allselectVersion3Obj['累计'].BayonetINC.increaseRate>0?'增幅':allselectVersion3Obj['累计'].BayonetINC.increaseRate<0?'降幅':'' }}</span>
<span class="typeValue">{{ allselectVersion3Obj['累计'].BayonetINC.increaseRate || '-'}}%</span>
</view>
@ -5477,16 +5477,16 @@ $iphoneHeight: env(safe-area-inset-bottom);
}
.carLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carLeft.png");
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottom1.png");
}
.summerHolidayLeftBox{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/summerHolidayNo1.png");
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottom5.png");
}
.qmCarLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg5st.png");
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottom3.png");
}
.qmCarRight{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg6st.png");
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottom4.png");
//.value{
// color: #0793BB;
//}
@ -5495,7 +5495,7 @@ $iphoneHeight: env(safe-area-inset-bottom);
//}
}
.summerHolidayRightBox{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/summerHolidayNo2.png");
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottom6.png");
//.value{
// color: #047795!important;
//}
@ -5504,7 +5504,7 @@ $iphoneHeight: env(safe-area-inset-bottom);
//}
}
.carRight{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carRight.png");
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/overAllDataBottom2.png");
//.value{
// color: #3873DD;
//}

View File

@ -1208,6 +1208,7 @@ export default {
res.Result_Data.OtherData.forEach(item=>{
list.push({name:item,value:item})
})
console.log('this.carTypeList',list)
this.carTypeList =list
this.isFirst = false
}
@ -1331,6 +1332,8 @@ export default {
this.carTypeTimeDataAll[2] ={categories:result[2].Vehicle_Type?result[2].Vehicle_Type:[], series:[series[5],series[4]]}
}
this.carTypeTimeData = this.carTypeTimeDataAll[this.selectTab]?this.carTypeTimeDataAll[this.selectTab]:[]
console.log('this.carTypeTimeDataAll',this.carTypeTimeDataAll)
console.log('this.carTypeTimeData',this.carTypeTimeData)
}else{
this.carTypeTimeDataAll = []
this.carTypeTimeData = []

View File

@ -62,6 +62,8 @@ export default {
handleTap(e){
uChartsInstance[e.target.id].showToolTip(e,{
formatter: (item, category, index, opts) =>{
console.log('item',item)
console.log('opts',opts)
if (this.num===0){
this.num++
return '日均车辆' + ":" + opts.series[0].valueList[index] + '辆,占比' + item.data + '%';

View File

@ -155,7 +155,9 @@ const cfu = {
return item.name + ":" + item.data + '辆';
},
carTypeTime:function (item, category, index, opts){
if (this.num===0){
console.log('item',item)
console.log('opts',opts)
if (item.name==='车辆类型'){
this.num++
return '日均车辆' + ":" + opts.series[0].valueList[index] + '辆,占比' + item.data + '%';
}else{