mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化采购提示消息不准确问题
This commit is contained in:
parent
56996d2063
commit
2cc0244c73
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user