Przeglądaj źródła

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

john 1 rok temu
rodzic
commit
0addc3fc91

Plik diff jest za duży
+ 2 - 0
src/pages/parkingFee/static/images/discountCarOffice.svg


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

@@ -19,7 +19,7 @@
             >
             >
               我的车牌
               我的车牌
             </div>
             </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">
             <div class="plate_plate_index plate_plate_index2">
               {{ item.vehicleNo | formatCarno }}
               {{ item.vehicleNo | formatCarno }}
             </div>
             </div>

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

@@ -19,7 +19,7 @@
             >
             >
               我的车牌
               我的车牌
             </div>
             </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">
             <div class="plate_plate_index plate_plate_index2">
               {{ item.vehicleNo | formatCarno }}
               {{ item.vehicleNo | formatCarno }}
             </div>
             </div>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików