mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化采购提示消息不准确问题
This commit is contained in:
parent
56996d2063
commit
2cc0244c73
@ -226,7 +226,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group">
|
<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>
|
<vc:i18n name="买月卡" namespace="listOwnerCar"></vc:i18n>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user