|
|
@@ -240,6 +240,7 @@ const state = reactive({
|
|
|
loading: false,
|
|
|
columns: [
|
|
|
{label: '站点ID', prop: 'stationId',width:100, resizable: true, fixed: 'left'},
|
|
|
+ {label: '手机号', prop: 'mobilePhone',width:130, resizable: true, fixed: 'left'},
|
|
|
{label: '充电订单号', prop: 'startChargeSeq', width:170, resizable: true, fixed: 'left'},
|
|
|
{label: '充电设备接口编码', prop: 'connectorId', width:160, resizable: true},
|
|
|
{label: '充电开始时间', prop: 'startTime', sortable: 'custom', width:160, resizable: true},
|