优化采购提示消息不准确问题

This commit is contained in:
wuxw 2024-08-23 17:42:47 +08:00
parent 56996d2063
commit 2cc0244c73

View File

@ -226,7 +226,7 @@
</button>
</div>
<div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_toBuyCarMonthCard(car)">
<button class="btn-white btn btn-xs" v-if="car.leaseType == 'H'" v-on:click="_toBuyCarMonthCard(car)">
<vc:i18n name="买月卡" namespace="listOwnerCar"></vc:i18n>
</button>
</div>