|
|
@ -64,7 +64,7 @@ |
|
|
|
<span class="lookMore" @click="goLookMoreData(row.id)">查看更多</span> |
|
|
|
</h3> |
|
|
|
<span class="flex point" @click="closePop(row,'id')"> |
|
|
|
关闭<img src="@/assets/register/close.svg"> |
|
|
|
<img src="@/assets/register/close.svg"> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<el-table :data="tableData1" style="width: 100%"> |
|
|
@ -86,7 +86,7 @@ |
|
|
|
<span class="lookMore" @click="goLookCheckTypeRank(row.id)">查看更多</span> |
|
|
|
</h3> |
|
|
|
<span class="flex point" @click="closePop(row,'id')"> |
|
|
|
关闭<img src="@/assets/register/close.svg"> |
|
|
|
<img src="@/assets/register/close.svg"> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<el-table :data="tableData1" style="width: 100%"> |
|
|
@ -134,7 +134,8 @@ |
|
|
|
key="top" prop="top" label="代理商排行" width="250" fixed="right"> |
|
|
|
<template v-slot="{ row, $index }"> |
|
|
|
<el-popover v-model="row.id_popover_2" placement="top" trigger="manual" |
|
|
|
:ref="`popover_2-${$index}`" @show="popshow"> |
|
|
|
popper-class="custom-popover" |
|
|
|
:ref="`popover_2-${$index}`" @show="popshow" :append-to-body="false" :visible-arrow="true"> |
|
|
|
<div class="pop-wrap"> |
|
|
|
<div class="flex-between flex pop-top"> |
|
|
|
<h3> |
|
|
@ -142,7 +143,7 @@ |
|
|
|
<span class="lookMore" @click="goLookAgentRank(row.id)">查看更多</span> |
|
|
|
</h3> |
|
|
|
<span class="flex point" @click="closePop(row,'id')"> |
|
|
|
关闭<img src="@/assets/register/close.svg"> |
|
|
|
<img src="@/assets/register/close.svg"> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<el-table :data="tableData1" style="width: 100%"> |
|
|
|