|
@ -322,7 +322,7 @@ const areyour = async function () { |
|
|
|
|
|
|
|
|
// 处理 excelInfo 中的数据 |
|
|
// 处理 excelInfo 中的数据 |
|
|
if (Array.isArray(excelInfo.value)) { |
|
|
if (Array.isArray(excelInfo.value)) { |
|
|
excelInfo.value.forEach(item => { |
|
|
|
|
|
|
|
|
excelInfo.value.forEach((item) => { |
|
|
if (item.rechargeCoin) { |
|
|
if (item.rechargeCoin) { |
|
|
item.rechargeCoin = item.rechargeCoin / 100; |
|
|
item.rechargeCoin = item.rechargeCoin / 100; |
|
|
} |
|
|
} |
|
@ -594,8 +594,7 @@ const get30 = function () { |
|
|
style="margin-right: 700px" |
|
|
style="margin-right: 700px" |
|
|
/> |
|
|
/> |
|
|
<el-button type="success" @click="getPutEX = true" |
|
|
<el-button type="success" @click="getPutEX = true" |
|
|
>导出Excel表格</el-button> |
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
>导出Excel表格</el-button |
|
|
> |
|
|
> |
|
|
<el-button @click="reset()">重置</el-button> |
|
|
<el-button @click="reset()">重置</el-button> |
|
|
<el-button type="primary" @click="search()">查询</el-button> |
|
|
<el-button type="primary" @click="search()">查询</el-button> |
|
@ -611,8 +610,9 @@ const get30 = function () { |
|
|
Math.abs(rechargeCoin) |
|
|
Math.abs(rechargeCoin) |
|
|
}},任务金币:{{ Math.abs(taskCoin) }} |
|
|
}},任务金币:{{ Math.abs(taskCoin) }} |
|
|
</div> |
|
|
</div> |
|
|
<div> |
|
|
|
|
|
<el-table :data="tableData" :height="tableHeight" style="width: 100%"> |
|
|
|
|
|
|
|
|
<!-- 设置表格容器的高度和滚动样式 --> |
|
|
|
|
|
<div style="height: 670px; overflow-y: auto"> |
|
|
|
|
|
<el-table :data="tableData" style="width: 100%" height="670px"> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
type="index" |
|
|
type="index" |
|
|
label="序号" |
|
|
label="序号" |
|
@ -625,8 +625,18 @@ const get30 = function () { |
|
|
}}</span> |
|
|
}}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="username" label="姓名" width="130" /> |
|
|
|
|
|
<el-table-column prop="jwcode" label="精网号" width="170" /> |
|
|
|
|
|
|
|
|
<el-table-column |
|
|
|
|
|
fixed="left" |
|
|
|
|
|
prop="username" |
|
|
|
|
|
label="姓名" |
|
|
|
|
|
width="130" |
|
|
|
|
|
/> |
|
|
|
|
|
<el-table-column |
|
|
|
|
|
fixed="left" |
|
|
|
|
|
prop="jwcode" |
|
|
|
|
|
label="精网号" |
|
|
|
|
|
width="170" |
|
|
|
|
|
/> |
|
|
<el-table-column prop="area" label="所属地区" width="170" /> |
|
|
<el-table-column prop="area" label="所属地区" width="170" /> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="consumePlatform" |
|
|
prop="consumePlatform" |
|
|