Commit 6713e862 authored by agping's avatar agping

pc商铺详情新增字段

parent 5055a4f5
......@@ -26,7 +26,7 @@
<td>{{dealPrice}}</td>
<td>{{(d.shop_type==1)?'对内转让费':'进场费'}}:{{d.slotting_fee}}元</td>
<td>物业管理费:{{d.management_fee}}元/月</td>
<td></td>
<td>来源:客户介绍</td>
</tr>
<tr>
<td>{{(d.shop_type==1)?'使用面积':'商铺面积'}}:{{dealArea}}</td>
......@@ -58,19 +58,17 @@
<td v-if="!d.shop_type">开业时间:{{d.start_business_date}}</td>
<td>煤气:{{d.is_has_gas?'没有':'有'}}</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
<!--对接口 增加字段-->
<tr>
<td>面宽:120米</td>
<td v-if="!d.shop_type">进深:130米</td>
<td v-if="!d.shop_type">电量:120瓦</td>
<td>进深:130米</td>
<td>电量:120瓦</td>
<td>电压:120伏</td>
</tr>
<tr>
<td>燃气:有</td>
<td v-if="!d.shop_type">烟管道:有</td>
<td v-if="!d.shop_type">上水:有</td>
<td>烟管道:有</td>
<td>上水:有</td>
<td>下水:无</td>
</tr>
<tr>
......@@ -93,12 +91,12 @@
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
<tr v-if="!(d.is_show==1)">
<td colspan="2">对外商铺名称:{{d.external_title}}</td>
<td colspan="2">对外商铺地址:{{d.province}}{{d.city+d.disc+d.external_address}}</td>
<tr>
<td colspan="2" v-if="!(d.is_show==1)">对外商铺名称:{{d.external_title}}</td>
<td colspan="2" v-if="!(d.is_show==1)">对外商铺地址:{{d.province}}{{d.city+d.disc+d.external_address}}</td>
</tr>
<tr v-if="!(d.is_show==1)">
<td colspan="2">对外项目优势:{{d.external_item_advantage}}</td>
<td colspan="2">经纪人对本铺的评价:{{d.external_item_advantage}}</td>
<td v-if="d.shop_type" colspan="2">对外转让费:{{(d.external_slotting_fee == '-1')?'面议':(d.external_slotting_fee+'元')}}</td>
<td v-else colspan="2"></td>
</tr>
......@@ -133,7 +131,7 @@
<div class="fl">盘方:</div>
<div class="fl">
<ul class="oh phone-list">
<li class="fl oh" v-for="(item, index) in d.panParty" :key="index" :data-id="item.id">{{item.name+'-'+item.phone}}</li>
<li class="fl oh" v-for="(item, index) in d.panParty" :key="index" :data-id="item.id">部门?-{{item.name+'-'+item.phone}}</li>
</ul>
</div>
</td>
......
......@@ -17,10 +17,12 @@ table td{
.tr-seat{
height: 20px;
}
tbody>tr:nth-of-type(10),
tbody>tr:nth-of-type(12),
tbody>tr:nth-of-type(14),
tbody>tr:nth-of-type(16){
tbody>tr:nth-of-type(9),
tbody>tr:nth-of-type(13),
tbody>tr:nth-of-type(15),
tbody>tr:nth-of-type(17),
tbody>tr:nth-of-type(19),
tbody>tr:nth-of-type(21){
margin-top: 20px;
border-top: 1px solid #999;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment