Showing
1 changed file
with
5 additions
and
1 deletions
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | <layout-action v-show="!nullData"> | 25 | <layout-action v-show="!nullData"> |
26 | <Button type="error" @click="addSellPool">添加到推广池</Button> | 26 | <Button type="error" @click="addSellPool">添加到推广池</Button> |
27 | <a class="brand-list" target="_blank" href="//www.yohobuy.com/boys-brands/">品牌一览</a> | 27 | <a class="brand-list" target="_blank" href="//www.yohobuy.com/boys-brands/">品牌一览</a> |
28 | - <span class="add-num">已添加到推广池:{{spreadPrdCnt}}</span> | 28 | + <span class="add-num">已添加到推广池:<router-link class="to-spread" :to="{ name: 'kol.sell.list'}">{{spreadPrdCnt}}</router-link></span> |
29 | </layout-action> | 29 | </layout-action> |
30 | 30 | ||
31 | <layout-list> | 31 | <layout-list> |
@@ -237,6 +237,10 @@ export default { | @@ -237,6 +237,10 @@ export default { | ||
237 | margin-top: 15px; | 237 | margin-top: 15px; |
238 | } | 238 | } |
239 | 239 | ||
240 | + .to-spread { | ||
241 | + text-decoration: underline; | ||
242 | + } | ||
243 | + | ||
240 | .null-data { | 244 | .null-data { |
241 | width: 260px; | 245 | width: 260px; |
242 | margin: 180px auto 0; | 246 | margin: 180px auto 0; |
-
Please register or login to post a comment