删除编辑或添加客户信息中选择区域
This commit is contained in:
parent
0d562e92cd
commit
412e4e7157
@ -32,19 +32,19 @@
|
||||
name="arrow-right"
|
||||
></u-icon>
|
||||
</u-form-item>
|
||||
<u-form-item borderBottom label="选择所在地区" labelWidth="200" @click="areaOpen">
|
||||
<u-input
|
||||
v-model="userInfo.area"
|
||||
border="none"
|
||||
disabled
|
||||
disabledColor="#ffffff"
|
||||
placeholder="请选择所在省/市/区"
|
||||
></u-input>
|
||||
<u-icon
|
||||
slot="right"
|
||||
name="arrow-right"
|
||||
></u-icon>
|
||||
</u-form-item>
|
||||
<!-- <u-form-item borderBottom label="选择所在地区" labelWidth="200" @click="areaOpen">-->
|
||||
<!-- <u-input-->
|
||||
<!-- v-model="userInfo.area"-->
|
||||
<!-- border="none"-->
|
||||
<!-- disabled-->
|
||||
<!-- disabledColor="#ffffff"-->
|
||||
<!-- placeholder="请选择所在省/市/区"-->
|
||||
<!-- ></u-input>-->
|
||||
<!-- <u-icon-->
|
||||
<!-- slot="right"-->
|
||||
<!-- name="arrow-right"-->
|
||||
<!-- ></u-icon>-->
|
||||
<!-- </u-form-item>-->
|
||||
<u-form-item label="详细地址" label-width="200">
|
||||
<u-input v-model="userInfo.address" border="none" placeholder="请输入详细地址"></u-input>
|
||||
</u-form-item>
|
||||
@ -52,14 +52,14 @@
|
||||
</u-form>
|
||||
|
||||
<!-- 车辆型号 -->
|
||||
<u-action-sheet
|
||||
:actions="typeList"
|
||||
:show="showType"
|
||||
title="请选择车辆型号"
|
||||
@close="showType = false"
|
||||
@select="typeSelect"
|
||||
>
|
||||
</u-action-sheet>
|
||||
<!-- <u-action-sheet-->
|
||||
<!-- :actions="typeList"-->
|
||||
<!-- :show="showType"-->
|
||||
<!-- title="请选择车辆型号"-->
|
||||
<!-- @close="showType = false"-->
|
||||
<!-- @select="typeSelect"-->
|
||||
<!-- >-->
|
||||
<!-- </u-action-sheet>-->
|
||||
|
||||
<u-datetime-picker
|
||||
v-model="datePickerValue"
|
||||
|
Loading…
Reference in New Issue
Block a user