Commit 21822556135c60c22b20bbb0c7049c39b36bc8ea
1 parent
7c172b53
黄石分支
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>1800">出场缴费</p> | |
38 | 38 | </div> |
39 | 39 | </div> |
40 | 40 | </div> | ... | ... |