Skip to content

Commit

Permalink
调整租车类型
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzcc committed Sep 25, 2020
1 parent 9a3019f commit 40d810d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/applyparking/applyparking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<view class="cu-form-group">
<view class="title">租用类型</view>
<picker bindchange="PickerChange" :value="index" :range="rentTypes" @change="chooseRentTypes">
<picker bindchange="PickerChange" disabled="disabled" :value="index" :range="rentTypes" @change="chooseRentTypes">
<view class="picker">
{{rentTypeName?rentTypeName:'请选择'}}
</view>
Expand Down Expand Up @@ -107,8 +107,8 @@
rentTypes: ['出售车辆', '月租车'],
rentTypeCodes: ['H', 'S'],
rentTypeCode: '',
rentTypeName: '',
rentTypeCode: 'S',
rentTypeName: '月租车',
page: 1,
Expand Down

0 comments on commit 40d810d

Please sign in to comment.