|
@@ -1,138 +1,142 @@
|
|
|
<template>
|
|
|
- <div class="c1" @mouseleave="leaveFun">
|
|
|
- <div style="display: flex;justify-content: center;width: 100%;flex-wrap: wrap">
|
|
|
- <div style="position: relative;height: 38px">
|
|
|
- <div class="overTitle">资源台账</div>
|
|
|
- <img src="@/assets/images/main/cont_title_bg.png" width="284" alt="" class="Img">
|
|
|
- </div>
|
|
|
- <div class="c1_bg">
|
|
|
- <div class="c1_title"></div>
|
|
|
- <div class="c1_body">
|
|
|
- <div style="display: flex;justify-content: center;align-items: center;margin-bottom: 10px">
|
|
|
- <img src="../../../assets/zhang/publicCar/car.png" width="68" style="margin-right: 20px">
|
|
|
- <div class="carNum" v-for="(it, index) in resourceData.totalCarNum.split('')">
|
|
|
- <span v-if="index < resourceData.cd" style="color: rgba(0,255,255,0.3)">{{ it }}</span>
|
|
|
- <span v-if="index >= resourceData.cd">{{ it }}</span>
|
|
|
- </div>
|
|
|
- <div class="carText">辆</div>
|
|
|
- </div>
|
|
|
- <div class="c1_titleText"></div>
|
|
|
- <div style="display: flex;justify-content: center;align-items: center;margin-bottom: 20px">
|
|
|
- <div class="carTypeNumBox" v-for="(it, index) in carTypeNum">
|
|
|
- <div style="display: flex;width: 100%;height: 25px">
|
|
|
- <img src="../../../assets/zhang/publicCar/miniCar.png" width="18" style="object-fit: cover">
|
|
|
- <div style="color: white;font-size: 15px">{{ it.type }}</div>
|
|
|
- </div>
|
|
|
- <div style="width: 100%;height: 25px;color: #00FFFF;display: flex">
|
|
|
- <div style="font-size: 25px;font-family: 'electronicFont'">{{ it.num }}</div>
|
|
|
- <div style="font-size: 10px;height: 100%;display: flex;align-items: end">辆</div>
|
|
|
+ <div style="display: flex;width: 100%">
|
|
|
+ <div class="c1">
|
|
|
+ <div style="display: flex;justify-content: center;width: 100%;flex-wrap: wrap">
|
|
|
+ <div style="position: relative;height: 38px">
|
|
|
+ <div class="overTitle">资源台账</div>
|
|
|
+ <img src="@/assets/images/main/cont_title_bg.png" width="284" alt="" class="Img">
|
|
|
+ </div>
|
|
|
+ <div class="c1_bg">
|
|
|
+ <div class="c1_title"></div>
|
|
|
+ <div class="c1_body">
|
|
|
+ <div style="display: flex;justify-content: center;align-items: center;margin-bottom: 10px">
|
|
|
+ <img src="../../../assets/zhang/publicCar/car.png" width="68" style="margin-right: 20px">
|
|
|
+ <div class="carNum" v-for="(it, index) in resourceData.totalCarNum.split('')">
|
|
|
+ <span v-if="index < resourceData.cd" style="color: rgba(0,255,255,0.3)">{{ it }}</span>
|
|
|
+ <span v-if="index >= resourceData.cd">{{ it }}</span>
|
|
|
</div>
|
|
|
+ <div class="carText">辆</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;width: 100%;">
|
|
|
- <div style="width: 50%">
|
|
|
- <div class="c1_titleText_half1"></div>
|
|
|
- <div style="display: flex;align-items: center;margin-bottom: 10px;padding-left: 30px">
|
|
|
- <div style="height: 50px;margin-right: 15px" v-for="(it, index) in carUseNum">
|
|
|
- <div style="display: flex;width: 100%;height: 25px;align-items: center">
|
|
|
- <img src="../../../assets/zhang/publicCar/miniCar.png" width="30" style="object-fit: cover">
|
|
|
- <div style="color: white;font-size: 13px">{{ it.type }}</div>
|
|
|
- </div>
|
|
|
- <div style="width: 100%;height: 25px;color: #00FFFF;display: flex;margin-left: 10px">
|
|
|
- <div style="font-size: 25px;font-family: 'electronicFont'">{{ it.num }}</div>
|
|
|
- <div style="font-size: 10px;height: 100%;display: flex;align-items: end">辆</div>
|
|
|
- </div>
|
|
|
+ <div class="c1_titleText"></div>
|
|
|
+ <div style="display: flex;justify-content: center;align-items: center;margin-bottom: 20px">
|
|
|
+ <div class="carTypeNumBox" v-for="(it, index) in carTypeNum">
|
|
|
+ <div style="display: flex;width: 100%;height: 25px">
|
|
|
+ <img src="../../../assets/zhang/publicCar/miniCar.png" width="18" style="object-fit: cover">
|
|
|
+ <div style="color: white;font-size: 15px">{{ it.type }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 100%;height: 25px;color: #00FFFF;display: flex">
|
|
|
+ <div style="font-size: 25px;font-family: 'electronicFont'">{{ it.num }}</div>
|
|
|
+ <div style="font-size: 10px;height: 100%;display: flex;align-items: end">辆</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="width: 50%">
|
|
|
- <div class="c1_titleText_half2"></div>
|
|
|
- <div style="display: flex;align-items: center;margin-bottom: 10px;padding-left: 30px">
|
|
|
- <div style="height: 50px;margin-right: 15px" v-for="(it, index) in carActivationNum">
|
|
|
- <div style="display: flex;width: 100%;height: 25px;align-items: center">
|
|
|
- <img src="../../../assets/zhang/publicCar/miniCar.png" width="30" style="object-fit: cover">
|
|
|
- <div style="color: white;font-size: 13px">{{ it.type }}</div>
|
|
|
+ <div style="display: flex;width: 100%;">
|
|
|
+ <div style="width: 50%">
|
|
|
+ <div class="c1_titleText_half1"></div>
|
|
|
+ <div style="display: flex;align-items: center;margin-bottom: 10px;padding-left: 30px">
|
|
|
+ <div style="height: 50px;margin-right: 15px" v-for="(it, index) in carUseNum">
|
|
|
+ <div style="display: flex;width: 100%;height: 25px;align-items: center">
|
|
|
+ <img src="../../../assets/zhang/publicCar/miniCar.png" width="30" style="object-fit: cover">
|
|
|
+ <div style="color: white;font-size: 13px">{{ it.type }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 100%;height: 25px;color: #00FFFF;display: flex;margin-left: 10px">
|
|
|
+ <div style="font-size: 25px;font-family: 'electronicFont'">{{ it.num }}</div>
|
|
|
+ <div style="font-size: 10px;height: 100%;display: flex;align-items: end">辆</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div style="width: 100%;height: 25px;color: #00FFFF;display: flex;margin-left: 10px">
|
|
|
- <div style="font-size: 25px;font-family: 'electronicFont'">{{ it.num }}</div>
|
|
|
- <div style="font-size: 10px;height: 100%;display: flex;align-items: end">辆</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 50%">
|
|
|
+ <div class="c1_titleText_half2"></div>
|
|
|
+ <div style="display: flex;align-items: center;margin-bottom: 10px;padding-left: 30px">
|
|
|
+ <div style="height: 50px;margin-right: 15px" v-for="(it, index) in carActivationNum">
|
|
|
+ <div style="display: flex;width: 100%;height: 25px;align-items: center">
|
|
|
+ <img src="../../../assets/zhang/publicCar/miniCar.png" width="30" style="object-fit: cover">
|
|
|
+ <div style="color: white;font-size: 13px">{{ it.type }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 100%;height: 25px;color: #00FFFF;display: flex;margin-left: 10px">
|
|
|
+ <div style="font-size: 25px;font-family: 'electronicFont'">{{ it.num }}</div>
|
|
|
+ <div style="font-size: 10px;height: 100%;display: flex;align-items: end">辆</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;width: 100%;flex-wrap: wrap;margin-top: 10px">
|
|
|
- <div style="width: 50%;margin-bottom: 10px">
|
|
|
- <div class="c1_title_half">
|
|
|
- <div style="position: absolute;left: 20px;top: -5px;">公务车编制数</div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;align-items: center">
|
|
|
- <img src="../../../assets/zhang/public_car.png" width="58" style="margin: 10px 5px 0 33px">
|
|
|
- <div style="width: 108px;height: 24px;color: #00FFFF;font-size: 34px;margin-bottom: 10px">
|
|
|
- <span style="font-family: 'electronicFont'">{{ resourceData.establishmentsCarNum }}</span>
|
|
|
- <span style="width: 15px;height: 24px;font-size: 14px;align-content: end">辆</span>
|
|
|
+ <div style="display: flex;width: 100%;flex-wrap: wrap;margin-top: 10px">
|
|
|
+ <div style="width: 50%;margin-bottom: 10px">
|
|
|
+ <div class="c1_title_half">
|
|
|
+ <div style="position: absolute;left: 20px;top: -5px;">公务车编制数</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div style="width: 50%;margin-bottom: 10px">
|
|
|
- <div class="c1_title_half">
|
|
|
- <div style="position: absolute;left: 20px;top: -5px;">公务车缺编率</div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;align-items: center">
|
|
|
- <div style="position: relative">
|
|
|
- <img src="../../../assets/zhang/publicCar/arcBlueEx.png" width="90" style="margin: 20px 5px 0 33px">
|
|
|
- <div style="position: absolute;color: #00FFFF;width: 158px;top: 5px;font-size: 34px;font-family: 'electronicFont';text-align: center">
|
|
|
- {{ Number.isNaN(resourceData.percentageLack) ? 0 : resourceData.percentageLack }}<span style="font-size: 12px">%</span>
|
|
|
+ <div style="display: flex;align-items: center">
|
|
|
+ <img src="../../../assets/zhang/public_car.png" width="58" style="margin: 10px 5px 0 33px">
|
|
|
+ <div style="width: 108px;height: 24px;color: #00FFFF;font-size: 34px;margin-bottom: 10px">
|
|
|
+ <span style="font-family: 'electronicFont'">{{ resourceData.establishmentsCarNum }}</span>
|
|
|
+ <span style="width: 15px;height: 24px;font-size: 14px;align-content: end">辆</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
- <div style="width: 50%;margin-bottom: 10px">
|
|
|
- <div class="c1_title_half">
|
|
|
- <div style="position: absolute;left: 20px;top: -5px;">公务车占编率</div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;align-items: center">
|
|
|
- <div style="position: relative">
|
|
|
- <img src="../../../assets/zhang/publicCar/arcBlueEx.png" width="90" style="margin: 20px 5px 0 33px">
|
|
|
- <div style="position: absolute;color: #00FFFF;width: 158px;top: 5px;font-size: 34px;font-family: 'electronicFont';text-align: center">{{ Number.isNaN(resourceData.percentagePosess) ? 0 : resourceData.percentagePosess }}<span style="font-size: 12px">%</span></div>
|
|
|
+ <div style="width: 50%;margin-bottom: 10px">
|
|
|
+ <div class="c1_title_half">
|
|
|
+ <div style="position: absolute;left: 20px;top: -5px;">公务车缺编率</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div style="display: flex;align-items: center">
|
|
|
+ <div style="position: relative">
|
|
|
+ <img src="../../../assets/zhang/publicCar/arcBlueEx.png" width="90" style="margin: 20px 5px 0 33px">
|
|
|
+ <div style="position: absolute;color: #00FFFF;width: 158px;top: 5px;font-size: 34px;font-family: 'electronicFont';text-align: center">
|
|
|
+ {{ Number.isNaN(resourceData.percentageLack) ? 0 : resourceData.percentageLack }}<span style="font-size: 12px">%</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
- <div style="width: 50%;margin-bottom: 10px">
|
|
|
- <div class="c1_title_half">
|
|
|
- <div style="position: absolute;left: 20px;top: -5px;">2025年度公务车车辆数</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div style="display: flex;align-items: center;margin-bottom: 20px">
|
|
|
- <div style="position: relative;cursor: pointer" @click="chooseX">
|
|
|
- <img src="../../../assets/zhang/publicCar/arcBlue.png" width="97" style="margin: 10px 5px 0 33px">
|
|
|
- <div style="position: absolute;width: 48px;color: #00FFFF;top: 5px;left: 55px;font-size: 12px;text-align: center">年度增加车辆数</div>
|
|
|
+
|
|
|
+ <div style="width: 50%;margin-bottom: 10px">
|
|
|
+ <div class="c1_title_half">
|
|
|
+ <div style="position: absolute;left: 20px;top: -5px;">公务车占编率</div>
|
|
|
</div>
|
|
|
- <div style="width: 108px;height: 24px;color: #00FFFF;font-size: 34px;margin-bottom: 20px">
|
|
|
- <span style="font-family: 'electronicFont'">{{ resourceData.yearAddNum }}</span>
|
|
|
- <span style="width: 15px;height: 24px;font-size: 10px;align-content: end">万辆</span>
|
|
|
+ <div style="display: flex;align-items: center">
|
|
|
+ <div style="position: relative">
|
|
|
+ <img src="../../../assets/zhang/publicCar/arcBlueEx.png" width="90" style="margin: 20px 5px 0 33px">
|
|
|
+ <div style="position: absolute;color: #00FFFF;width: 158px;top: 5px;font-size: 34px;font-family: 'electronicFont';text-align: center">{{ Number.isNaN(resourceData.percentagePosess) ? 0 : resourceData.percentagePosess }}<span style="font-size: 12px">%</span></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="display: flex;align-items: center">
|
|
|
- <div style="position: relative;cursor: pointer" @click="chooseY">
|
|
|
- <img src="../../../assets/zhang/publicCar/arcOrange.png" width="97" style="margin: 10px 5px 0 33px">
|
|
|
- <div style="position: absolute;width: 48px;color: #FEC72F;top: 5px;left: 55px;font-size: 12px;text-align: center">年度减少车辆数</div>
|
|
|
+
|
|
|
+ <div style="width: 50%;margin-bottom: 10px">
|
|
|
+ <div class="c1_title_half">
|
|
|
+ <div style="position: absolute;left: 20px;top: -5px;">2025年度公务车车辆数</div>
|
|
|
</div>
|
|
|
- <div style="width: 108px;height: 24px;color: #FEC72F;font-size: 34px;margin-bottom: 20px">
|
|
|
- <span style="font-family: 'electronicFont'">{{ resourceData.yearReduceNum }}</span>
|
|
|
- <span style="width: 15px;height: 24px;font-size: 10px;align-content: end">万辆</span>
|
|
|
+ <div style="display: flex;align-items: center;margin-bottom: 20px">
|
|
|
+ <div style="position: relative;cursor: pointer" @click="chooseX">
|
|
|
+ <img src="../../../assets/zhang/publicCar/arcBlue.png" width="97" style="margin: 10px 5px 0 33px">
|
|
|
+ <div style="position: absolute;width: 48px;color: #00FFFF;top: 5px;left: 55px;font-size: 12px;text-align: center">年度增加车辆数</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 108px;height: 24px;color: #00FFFF;font-size: 34px;margin-bottom: 20px">
|
|
|
+ <span style="font-family: 'electronicFont'">{{ resourceData.yearAddNum }}</span>
|
|
|
+ <span style="width: 15px;height: 24px;font-size: 10px;align-content: end">万辆</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;align-items: center">
|
|
|
+ <div style="position: relative;cursor: pointer" @click="chooseY">
|
|
|
+ <img src="../../../assets/zhang/publicCar/arcOrange.png" width="97" style="margin: 10px 5px 0 33px">
|
|
|
+ <div style="position: absolute;width: 48px;color: #FEC72F;top: 5px;left: 55px;font-size: 12px;text-align: center">年度减少车辆数</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 108px;height: 24px;color: #FEC72F;font-size: 34px;margin-bottom: 20px">
|
|
|
+ <span style="font-family: 'electronicFont'">{{ resourceData.yearReduceNum }}</span>
|
|
|
+ <span style="width: 15px;height: 24px;font-size: 10px;align-content: end">万辆</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="flex: 1" @click="leaveFun"></div>
|
|
|
</div>
|
|
|
+
|
|
|
</template>
|
|
|
|
|
|
<script>
|