|
|
@@ -169,10 +169,11 @@ |
|
|
|
<div class="cen-tab"> |
|
|
|
<el-table :data="tableData" stripe style="width: 100%" > |
|
|
|
|
|
|
|
<el-table-column prop="propertyName" label="楼盘名称" align="center"> |
|
|
|
<el-table-column prop="propertyName" :show-overflow-tooltip="true" width="120px" label="楼盘名称" align="center"> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column |
|
|
|
:show-overflow-tooltip="true" width="120px" |
|
|
|
prop="agentName" |
|
|
|
label="代理商" |
|
|
|
align="center" |
|
|
@@ -184,6 +185,7 @@ |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column |
|
|
|
:show-overflow-tooltip="true" width="120px" |
|
|
|
prop="corporateName" |
|
|
|
label="公司" |
|
|
|
align="center" |
|
|
@@ -191,7 +193,7 @@ |
|
|
|
> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column prop="address" label="楼盘地址" align="center"> |
|
|
|
<el-table-column :show-overflow-tooltip="true" width="120px" prop="address" label="楼盘地址" align="center"> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column prop='linkman' label="联系人姓名" align="center"> |
|
|
|