Commit 4585d64d authored by agping's avatar agping

商铺详情 盘方加 门店

parent d93f9a97
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<div class="fl">盘方:</div> <div class="fl">盘方:</div>
<div class="fl"> <div class="fl">
<ul class="oh phone-list"> <ul class="oh phone-list">
<li class="fl oh" v-for="(item, index) in d.panParty" :key="index" :data-id="item.id">{{item.district_name+'-'+item.name+'-'+item.phone}}</li> <li class="fl oh" v-for="(item, index) in d.panParty" :key="index" :data-id="item.id">{{item.district_name+'-'+item.store_name+'-'+item.name+'-'+item.phone}}</li>
</ul> </ul>
</div> </div>
</td> </td>
......
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