|
|
@@ -86,7 +86,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<span class="name">联系地址</span>
|
|
|
- <span class="value">{{custInfo.homeaddress}}</span>
|
|
|
+ <span class="value" style="width: 70%;display: inline-block;line-height: 20px;vertical-align: top;">{{custInfo.ral}}</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
@@ -228,6 +228,7 @@ export default {
|
|
|
console.log(response);
|
|
|
that.loading = false;
|
|
|
that.custInfo = response.data.custInfo;
|
|
|
+ console.log(that.custInfo.ral)
|
|
|
that.relationshipData = response.data.relationship;
|
|
|
that.habitData.ctype = response.data.custInfo.ctype;
|
|
|
response.data.custInfo.hobby1 ? response.data.custInfo.hobby1 = response.data.custInfo.hobby1+'、' : response.data.custInfo.hobby1 ='';
|