|
@@ -82,8 +82,8 @@
|
|
|
{{ numArr[6] }}
|
|
|
</div>
|
|
|
<div class="li dashed green-active" @click="clickShowKeyboard(7)" :class="[active === 7 ? 'active' : '']" >
|
|
|
- <span v-if="numArr[7] && carType === 1">{{ numArr[7] }}</span>
|
|
|
-<!-- <img v-else :src="require('@/pages/parkingFee/static/images/unlicensed/leaf.svg')">-->
|
|
|
+ <span v-if="carType === 1">{{ numArr[7] }}</span>
|
|
|
+ <img v-else :src="require('@/pages/parkingFee/static/images/unlicensed/leaf.svg')">
|
|
|
</div>
|
|
|
</div>
|
|
|
<k-button title="查询缴费" style="margin-top: 46px;margin-bottom: 43px;" :disabled="disabledBtn" disabledColor="#D1D2D9" @click="preHandleSearch" />
|