浏览代码

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

john 1 年之前
父节点
当前提交
0addc3fc91

文件差异内容过多而无法显示
+ 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>

部分文件因为文件数量过多而无法显示