|
|
@ -65,7 +65,7 @@ |
|
|
|
<img :src="require(`@/assets/home/service_classification_${classify_id}.png`)" alt=""> |
|
|
|
<b>{{ classifyId2Name[classify_id] }}</b> |
|
|
|
</div> |
|
|
|
<a href="/agent/supplyList" class="supplyPric-item-detail" target="_blank">详情</a> |
|
|
|
<a href="#" @click="lookSupplyPrice(classify_id)" class="supplyPric-item-detail" target="_blank">详情</a> |
|
|
|
</div> |
|
|
|
<div class="list-wrap" style="overflow: auto;height:410px"> |
|
|
|
<div v-for="verid in vers" :key="verid" class="item-list homeFont"> |
|
|
@ -354,6 +354,12 @@ export default { |
|
|
|
// 系统通知 -查看更多 |
|
|
|
this.$router.push('/agent/noticeList') |
|
|
|
}, |
|
|
|
lookSupplyPrice(classify_id) { |
|
|
|
window.open(this.$router.resolve({ |
|
|
|
path: '/agent/supplyList', |
|
|
|
hash: '#section_'+classify_id |
|
|
|
}).href, '_blank'); |
|
|
|
}, |
|
|
|
lookAllSales() { |
|
|
|
// 销售统计 -查看全部 |
|
|
|
}, |
|
|
|