Parcourir la source

feat(KIP-10665): C端 | HKC车辆管理功能调整

john il y a 1 an
Parent
commit
0addc3fc91

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 0
src/pages/parkingFee/static/images/discountCarOffice.svg


+ 1 - 1
src/pages/parkingFee/vehicleManagement.vue

@@ -19,7 +19,7 @@
             >
               我的车牌
             </div>
-            <img v-if="isHZ && item.eligible" class="discountCar" :src="`${require(`@/pages/parkingFee/static/images/discountCar.svg`)}`" />
+            <img v-if="isHZ && item.eligible" class="discountCar" :src="`${require(`@/pages/parkingFee/static/images/${source ==='KIP' ? 'discountCarOffice': 'discountCar' }.svg`)}`" />
             <div class="plate_plate_index plate_plate_index2">
               {{ item.vehicleNo | formatCarno }}
             </div>

+ 1 - 1
src/pages/parkingFeeV2/vehicleManagement.vue

@@ -19,7 +19,7 @@
             >
               我的车牌
             </div>
-            <img v-if="isHZ && item.eligible" class="discountCar" :src="`${require(`@/pages/parkingFee/static/images/discountCar.svg`)}`" />
+            <img v-if="isHZ && item.eligible" class="discountCar" :src="`${require(`@/pages/parkingFee/static/images/${source ==='KIP' ? 'discountCarOffice': 'discountCar' }.svg`)}`" />
             <div class="plate_plate_index plate_plate_index2">
               {{ item.vehicleNo | formatCarno }}
             </div>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff