|
|
@ -18,7 +18,7 @@ |
|
|
</fui-input> |
|
|
</fui-input> |
|
|
</view> |
|
|
</view> |
|
|
<view style="width: 95%;margin: auto; margin-top: 30rpx;" @click="openPicker()"> |
|
|
<view style="width: 95%;margin: auto; margin-top: 30rpx;" @click="openPicker()"> |
|
|
<fui-form-item label="" arrow highlight background="#f2f2f2"> |
|
|
<fui-form-item arrow highlight background="#f2f2f2"> |
|
|
<input class="fui-page__input" v-model="formData.user_type_name" placeholder="请选择用户类型" placeholder-style="color:#ccc;" disabled/> |
|
|
<input class="fui-page__input" v-model="formData.user_type_name" placeholder="请选择用户类型" placeholder-style="color:#ccc;" disabled/> |
|
|
</fui-form-item> |
|
|
</fui-form-item> |
|
|
</view> |
|
|
</view> |
|
|
|