|
@ -389,7 +389,7 @@ onMounted(async function () { |
|
|
<div> |
|
|
<div> |
|
|
<el-table :data="tableData" :height="tableHeight" style="width: 100%"> |
|
|
<el-table :data="tableData" :height="tableHeight" style="width: 100%"> |
|
|
<el-table-column prop="username" label="姓名" width="100px" /> |
|
|
<el-table-column prop="username" label="姓名" width="100px" /> |
|
|
<el-table-column prop="jwcode" label="精网号" width="150px" /> |
|
|
|
|
|
|
|
|
<el-table-column prop="jwcode" label="精网号" width="130px" /> |
|
|
<el-table-column prop="area" label="所属地区" width="100px" /> |
|
|
<el-table-column prop="area" label="所属地区" width="100px" /> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="activityName" |
|
|
prop="activityName" |
|
@ -397,9 +397,9 @@ onMounted(async function () { |
|
|
width="150px" |
|
|
width="150px" |
|
|
/> |
|
|
/> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="rechargeGold" |
|
|
|
|
|
label="充值金额" |
|
|
|
|
|
width="100px" |
|
|
|
|
|
|
|
|
prop="paidGold" |
|
|
|
|
|
label="充值金额(新币)" |
|
|
|
|
|
width="120px" |
|
|
/> |
|
|
/> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="rechargeWay" |
|
|
prop="rechargeWay" |
|
@ -471,7 +471,7 @@ onMounted(async function () { |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<!-- 分页 --> |
|
|
<!-- 分页 --> |
|
|
<div class="pagination"> |
|
|
|
|
|
|
|
|
<div class="pagination" style="margin-top: 20px"> |
|
|
<el-pagination |
|
|
<el-pagination |
|
|
background |
|
|
background |
|
|
:page-size="getObj.pageSize" |
|
|
:page-size="getObj.pageSize" |
|
|