运营商查询订单报表方法添加站点名称并分页

This commit is contained in:
Lemon
2023-06-15 17:39:23 +08:00
parent 0b16ac9d06
commit 6dd8e2f51e
7 changed files with 130 additions and 18 deletions

View File

@@ -52,6 +52,7 @@
<el-table @selection-change="handleSelectionChange" :data="reportList">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="交易日期" align="center" prop="tradeDate" />
<el-table-column label="站点名称" align="center" prop="stationName" />
<el-table-column
label="用电度数"
align="center"
@@ -119,6 +120,7 @@ export default {
pageSize: 10,
merchantId: null,
stationId: null,
stationName: null,
useElectricity: null,
chargeNum: null,
chargeTime: null,