28379
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
size="small"
|
||||
placeholder="请输入姓名"
|
||||
v-if="showEdit1"
|
||||
maxlength="20"
|
||||
show-word-limit
|
||||
:disabled="!!showDetail"
|
||||
></el-input>
|
||||
<!-- <p v-else>{{baseInfo.name||'-'}}</p> -->
|
||||
@@ -375,7 +377,7 @@
|
||||
<ai-area-select clearable always-show :instance="instance" :disabled-level="disabledLevel" v-model="baseInfo.currentAreaId"
|
||||
:valueLevel="4"/>
|
||||
<el-form-item>
|
||||
<el-input v-model="baseInfo.currentAddress" placeholder="详细地址" clearable/>
|
||||
<el-input v-model="baseInfo.currentAddress" placeholder="详细地址" maxlength="30" show-word-limit clearable/>
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
</div>
|
||||
@@ -437,7 +439,7 @@
|
||||
<ai-area-select clearable always-show :instance="instance" v-if="showEdit3"
|
||||
v-model="baseInfo.householdAreaId" :disabled-level="disabledLevel" :valueLevel="4"/>
|
||||
<el-form-item v-if="baseInfo.householdAreaId">
|
||||
<el-input v-model="baseInfo.householdAddress" placeholder="详细地址" clearable/>
|
||||
<el-input v-model="baseInfo.householdAddress" placeholder="详细地址" maxlength="30" show-word-limit clearable/>
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
@@ -43,6 +43,8 @@
|
||||
size="small"
|
||||
placeholder="请输入姓名"
|
||||
v-if="showEdit1"
|
||||
maxlength="20"
|
||||
show-word-limit
|
||||
:disabled="!!showDetail"
|
||||
></el-input>
|
||||
<!-- <p v-else>{{baseInfo.name||'-'}}</p> -->
|
||||
@@ -373,7 +375,7 @@
|
||||
<ai-area-select clearable always-show :instance="instance" :disabled-level="disabledLevel" v-model="baseInfo.currentAreaId"
|
||||
:valueLevel="4"/>
|
||||
<el-form-item>
|
||||
<el-input v-model="baseInfo.currentAddress" placeholder="详细地址" clearable/>
|
||||
<el-input v-model="baseInfo.currentAddress" maxlength="30" show-word-limit placeholder="详细地址" clearable/>
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
</div>
|
||||
@@ -434,7 +436,7 @@
|
||||
<ai-area-select clearable always-show :instance="instance" v-if="showEdit3"
|
||||
v-model="baseInfo.householdAreaId" :valueLevel="4"/>
|
||||
<el-form-item v-if="baseInfo.householdAreaId">
|
||||
<el-input v-model="baseInfo.householdAddress" placeholder="详细地址" clearable/>
|
||||
<el-input v-model="baseInfo.householdAddress" maxlength="30" show-word-limit placeholder="详细地址" clearable/>
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user