|
|
@@ -154,9 +154,9 @@ const state = reactive({
|
|
|
{label: '充电次数', width: 150, prop: 'chargeTimes', resizable: true},
|
|
|
{label: '总电量(千瓦时)', width: 150, prop: 'totalPower', resizable: true},
|
|
|
{label: '总金额(元)', width: 150, prop: 'totalMoney', resizable: true},
|
|
|
- {
|
|
|
- label: '操作', prop: 'action', width: 180, align: 'center', fixed: 'right',
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // label: '操作', prop: 'action', width: 180, align: 'center', fixed: 'right',
|
|
|
+ // }
|
|
|
],
|
|
|
},
|
|
|
})
|