Commit d7e4ae2a authored by agping's avatar agping

办公楼详情

parent 838cd86e
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</tr> </tr>
<tr> <tr>
<td>类型:{{switchType(d.type)}}</td> <td>类型:{{switchType(d.type)}}</td>
<!--<td colspan="3">简介:{{d.intro}}</td>--> <td colspan="3">简介:{{d.intro}}</td>
</tr> </tr>
<tr> <tr>
<td colspan="4">交通:{{d.traffic_info}}</td> <td colspan="4">交通:{{d.traffic_info}}</td>
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
</tr> </tr>
<tr> <tr>
<td v-if="(d.is_exclusive_type==1)" colspan="2">独家有效期:{{d.agent_start_time+'至'+d.agent_end_time}}</td> <td v-if="(d.is_exclusive_type==1)" colspan="2">独家有效期:{{d.agent_start_time+'至'+d.agent_end_time}}</td>
<td v-if="(d.is_exclusive_type==1)" colspan="2">独家方:{{d.exclusive_info}}</td> <td v-if="(d.is_exclusive_type==1)" colspan="2">独家方:{{d.exclusive_info.phone}}-{{d.exclusive_info.name}}</td>
</tr> </tr>
<tr v-show='clickPublicUser("index/isShow")'> <tr v-show='clickPublicUser("index/isShow")'>
<td colspan="4" align="center"> <td colspan="4" align="center">
......
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