Commit 54a8181aaf6f693971d2764752e014dc6e0e2960
1 parent
d42cb5a0
去掉车辆类型
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/parkRecord.vue
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | <p>停车时长:{{ $utils.dateFormat(i.parkDuration)}}</p> |
35 | 35 | <div class="out-wrap"> |
36 | 36 | <p class="mon-wrap">¥{{(i.unPayFee/100).toFixed(2)}}</p> |
37 | - <p class="out-btn" @click="toPayCurrent(i)">出场缴费</p> | |
37 | + <p class="out-btn" @click="toPayCurrent(i)" v-if="parkingData[0].parkDuration>900">出场缴费</p> | |
38 | 38 | </div> |
39 | 39 | </div> |
40 | 40 | </div> | ... | ... |