|
@@ -275,27 +275,27 @@ const state = reactive({
|
|
|
data: [] as Array<any>,
|
|
data: [] as Array<any>,
|
|
|
loading: false,
|
|
loading: false,
|
|
|
columns: [
|
|
columns: [
|
|
|
- {label: '站点', prop: 'stationId', width: 150,align:'center', resizable: true, fixed: 'left'},
|
|
|
|
|
- {label: '用户手机号', prop: 'mobilePhone', width: 130, resizable: true, fixed: 'left'},
|
|
|
|
|
|
|
+ {label: '站点ID/名称', prop: 'stationId', width: 130,align:'center', resizable: true, fixed: 'left'},
|
|
|
|
|
+ {label: '用户手机号', prop: 'mobilePhone', width: 120, resizable: true, fixed: 'left'},
|
|
|
// {label: '站点ID', prop: 'stationId',width:100, resizable: true, fixed: 'left'},
|
|
// {label: '站点ID', prop: 'stationId',width:100, resizable: true, fixed: 'left'},
|
|
|
// {label: '站点', prop: 'stationName', width: 150, resizable: true, fixed: 'left'},
|
|
// {label: '站点', prop: 'stationName', width: 150, resizable: true, fixed: 'left'},
|
|
|
{label: '充电订单号', prop: 'startChargeSeq', width: 170, resizable: true, fixed: 'left'},
|
|
{label: '充电订单号', prop: 'startChargeSeq', width: 170, resizable: true, fixed: 'left'},
|
|
|
{label: '充电设备接口编码', prop: 'connectorId', width: 160, resizable: true},
|
|
{label: '充电设备接口编码', prop: 'connectorId', width: 160, resizable: true},
|
|
|
- {label: '充电开始时间', prop: 'startTime', sortable: 'custom', width: 160, resizable: true},
|
|
|
|
|
|
|
+ {label: '充电开始/结束时间', prop: 'startTime', sortable: 'custom', width: 175, resizable: true},
|
|
|
// {label: '充电结束时间', prop: 'endTime', sortable: 'custom', width: 160, resizable: true},
|
|
// {label: '充电结束时间', prop: 'endTime', sortable: 'custom', width: 160, resizable: true},
|
|
|
- {label: '充电量(度)', prop: 'totalPower', width: 120, resizable: true},
|
|
|
|
|
- {label: '订单总金额(元)', prop: 'totalMoney', width: 150, resizable: true},
|
|
|
|
|
- {label: '服务费优惠(元)', prop: 'serviceMoneyDiscount', width: 150, resizable: true},
|
|
|
|
|
- {label: '实付金额(元)', prop: 'payAmount', width: 150, resizable: true},
|
|
|
|
|
- {label: '总电费(元)', prop: 'elecMoney', width: 140, resizable: true},
|
|
|
|
|
- {label: '总服务费(元)', prop: 'serviceMoney', width: 150, resizable: true},
|
|
|
|
|
- {label: '实付服务费(元)', prop: 'payServiceAmount', width: 150, resizable: true},
|
|
|
|
|
|
|
+ {label: '充电量/度', prop: 'totalPower', width: 95, resizable: true},
|
|
|
|
|
+ {label: '订单总金额', prop: 'totalMoney', width: 105, resizable: true},
|
|
|
|
|
+ {label: '服务费优惠', prop: 'serviceMoneyDiscount', width: 105, resizable: true},
|
|
|
|
|
+ {label: '实付金额', prop: 'payAmount', width: 90, resizable: true},
|
|
|
|
|
+ {label: '总电费', prop: 'elecMoney', width: 80, resizable: true},
|
|
|
|
|
+ {label: '总服务费', prop: 'serviceMoney', width: 90, resizable: true},
|
|
|
|
|
+ {label: '实付服务费', prop: 'payServiceAmount', width: 105, resizable: true},
|
|
|
// {label: '时段数:0~32', prop: 'sumPeriod', width:150, resizable: true},
|
|
// {label: '时段数:0~32', prop: 'sumPeriod', width:150, resizable: true},
|
|
|
// {label: '充电明细信息', prop: 'chargeDetail', width:150, resizable: true},
|
|
// {label: '充电明细信息', prop: 'chargeDetail', width:150, resizable: true},
|
|
|
- {label: '订单状态', prop: 'orderStatus', width: 120, resizable: true},
|
|
|
|
|
- {label: '充电状态', prop: 'chargeStatus', width: 120, resizable: true},
|
|
|
|
|
- {label: '充电停止原因', prop: 'stopReason', width: 150, resizable: true},
|
|
|
|
|
- {label: '发票状态', prop: 'invoiceStatus', width: 120, resizable: true},
|
|
|
|
|
|
|
+ {label: '订单状态', prop: 'orderStatus', width: 90, resizable: true},
|
|
|
|
|
+ {label: '充电状态', prop: 'chargeStatus', width: 90, resizable: true},
|
|
|
|
|
+ {label: '充电停止原因', prop: 'stopReason', width: 120, resizable: true},
|
|
|
|
|
+ {label: '发票状态', prop: 'invoiceStatus', width: 90, resizable: true},
|
|
|
// {label: '创建时间', prop: 'createTime', sortable: 'custom', width:150, resizable: true},
|
|
// {label: '创建时间', prop: 'createTime', sortable: 'custom', width:150, resizable: true},
|
|
|
// {label: '更新时间', prop: 'updateTime', sortable: 'custom',width:150, resizable: true},
|
|
// {label: '更新时间', prop: 'updateTime', sortable: 'custom',width:150, resizable: true},
|
|
|
// {
|
|
// {
|