|
@@ -1,7 +1,8 @@
|
|
|
<template>
|
|
|
<div class="main">
|
|
|
<div class="top-title">
|
|
|
- <h1>{{ detailsData.name }} <span class="titleType">业主</span></h1>
|
|
|
+ <h1>{{ detailsData.name }}</h1>
|
|
|
+ <!-- <h1>{{ detailsData.name }} <span class="titleType">业主</span></h1> -->
|
|
|
<el-button class="right" type="primary" @click="close()">返回</el-button>
|
|
|
<div class="text">
|
|
|
<span>手机号:{{ detailsData.phone }}</span> <span>身份证号:{{ detailsData.idNumber }}</span>
|
|
@@ -58,7 +59,7 @@
|
|
|
import householdTable from './stepPage/householdTable.vue';
|
|
|
export default {
|
|
|
components: { householdTable },
|
|
|
- name:'ownerManagementDetails',
|
|
|
+ name: 'ownerManagementDetails',
|
|
|
data() {
|
|
|
let _this = this;
|
|
|
return {
|
|
@@ -115,9 +116,13 @@ export default {
|
|
|
// }
|
|
|
],
|
|
|
right: [
|
|
|
+ // {
|
|
|
+ // lable: '类型',
|
|
|
+ // prop: 'householdType'
|
|
|
+ // },
|
|
|
{
|
|
|
- lable: '类型',
|
|
|
- prop: 'householdType'
|
|
|
+ lable: '',
|
|
|
+ prop: ''
|
|
|
},
|
|
|
{
|
|
|
lable: '人员编号',
|
|
@@ -226,8 +231,8 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- lable: '',
|
|
|
- prop: ''
|
|
|
+ lable: '住户类型',
|
|
|
+ prop: 'householdTypeDict'
|
|
|
}
|
|
|
]
|
|
|
},
|