|
@@ -15,7 +15,7 @@
|
|
<img :src="`${require(`./static/images/icon-order.png`)}`" />
|
|
<img :src="`${require(`./static/images/icon-order.png`)}`" />
|
|
<span>缴费记录</span>
|
|
<span>缴费记录</span>
|
|
</div>
|
|
</div>
|
|
- <div class="menu_item" @click="doRouter3" v-if="source === 'CRM'">
|
|
|
|
|
|
+ <div class="menu_item" @click="doRouter3" v-if="source !== 'KIP'">
|
|
<img :src="`${require(`./static/images/icon-coupon.png`)}`" />
|
|
<img :src="`${require(`./static/images/icon-coupon.png`)}`" />
|
|
<span>停车劵兑换</span>
|
|
<span>停车劵兑换</span>
|
|
</div>
|
|
</div>
|
|
@@ -30,8 +30,8 @@
|
|
</div>
|
|
</div>
|
|
<!-- 中控 -->
|
|
<!-- 中控 -->
|
|
<div class="parkingFee-bottom">
|
|
<div class="parkingFee-bottom">
|
|
- <div style="height: 40px; background-color: #FBFCFF;" v-if="source !== 'CRM'"></div>
|
|
|
|
- <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source === 'CRM'">
|
|
|
|
|
|
+ <div style="height: 40px; background-color: #FBFCFF;" v-if="source === 'KIP'"></div>
|
|
|
|
+ <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP'">
|
|
<div :class="['bar', tabbarActive === '手动缴费' && 'active']" @click="tabbarActiveEvent('手动缴费')">手动缴费</div>
|
|
<div :class="['bar', tabbarActive === '手动缴费' && 'active']" @click="tabbarActiveEvent('手动缴费')">手动缴费</div>
|
|
<div :class="['bar', tabbarActive === '无牌缴费' && 'active']" @click="tabbarActiveEvent('无牌缴费')">无牌缴费</div>
|
|
<div :class="['bar', tabbarActive === '无牌缴费' && 'active']" @click="tabbarActiveEvent('无牌缴费')">无牌缴费</div>
|
|
</div>
|
|
</div>
|